#C67AD3

Color #C67AD3 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C67AD3

Tints of Orchid #C67AD3

Color information

#C67AD3 (or 0xC67AD3) is unknown color: approx Orchid. HEX triplet: C6, 7A and D3. RGB value is (198,122,211). Sum of RGB (Red+Green+Blue) = 198+122+211=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #C67AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67AD3 is #39852C. Grayscale: #9A9A9A. Windows color (decimal): -3769645 or 13859526. OLE color: 13859526.

HSL color Cylindrical-coordinate representation of color #C67AD3: hue angle of 291.24º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67AD3 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198122211-
CMYK0.060.4200.17
HSL291.24º50.28%65.29%-
HSV(B)291.24º42.18%82.75%-
XYZ42.0130.6365.33-
YUV154.87159.68158.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=37.29%
G=22.98%
B=39.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981222110.060.4200.17291.2450.2865.29
HexC67AD362A0111233241
Octal30617232365202144362101
Binary110001101111010110100111101010100100011001000111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67AD3; }

 p { color: rgb(198,122,211); }

 H1.HeaderClassName
 {
   color: #C67AD3;
 }
 .AnyTagClassName
 {
   color: #C67AD3;
 }
</style>
background-color css

<style>
 a { background-color: #C67AD3; }

 a { background-color: rgb(198,122,211); }

 div.DivClassName
 {
   background-color: #C67AD3;
 }
 .BgClassName
 {
   background-color: #C67AD3;
 }
</style>
border-color css

<style>
 span { border-color: #C67AD3; }

 span { border-color: rgb(198,122,211); }

 td.TdClassName
 {
   border-color: #C67AD3;
 }
 .TagClassName
 {
   border-color: #C67AD3;
 }
</style>