#C67AC2

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

Shades of Orchid #C67AC2

Tints of Orchid #C67AC2

Color information

#C67AC2 (or 0xC67AC2) is unknown color: approx Orchid. HEX triplet: C6, 7A and C2. RGB value is (198,122,194). Sum of RGB (Red+Green+Blue) = 198+122+194=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67AC2 is #39853D. Grayscale: #989898. Windows color (decimal): -3769662 or 12745414. OLE color: 12745414.

HSL color Cylindrical-coordinate representation of color #C67AC2: hue angle of 303.16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67AC2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198122194-
CMYK00.380.020.22
HSL303.16º40%62.75%-
HSV(B)303.16º38.38%77.65%-
XYZ39.9929.8254.69-
YUV152.93151.18160.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=38.52%
G=23.74%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812219400.380.020.22303.164062.75
HexC67AC202621612f283f
Octal3061723020462264575077
Binary1100011011110101100001001001101010110100101111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67AC2; }

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

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

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

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

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

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

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

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