#C67CCA

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

Shades of Orchid #C67CCA

Tints of Orchid #C67CCA

Color information

#C67CCA (or 0xC67CCA) is unknown color: approx Orchid. HEX triplet: C6, 7C and CA. RGB value is (198,124,202). Sum of RGB (Red+Green+Blue) = 198+124+202=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CCA is #398335. Grayscale: #9A9A9A. Windows color (decimal): -3769142 or 13270214. OLE color: 13270214.

HSL color Cylindrical-coordinate representation of color #C67CCA: hue angle of 296.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67CCA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198124202-
CMYK0.020.3900.21
HSL296.92º42.39%63.92%-
HSV(B)296.92º38.61%79.22%-
XYZ41.1630.6959.63-
YUV155.02154.52158.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=37.79%
G=23.66%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981242020.020.3900.21296.9242.3963.92
HexC67CCA2270151292a40
Octal30617431224702545152100
Binary11000110111110011001010101001110101011001010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CCA; }

 p { color: rgb(198,124,202); }

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

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

 a { background-color: rgb(198,124,202); }

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

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

 span { border-color: rgb(198,124,202); }

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