#C67DCE

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

Shades of Orchid #C67DCE

Tints of Orchid #C67DCE

Color information

#C67DCE (or 0xC67DCE) is unknown color: approx Orchid. HEX triplet: C6, 7D and CE. RGB value is (198,125,206). Sum of RGB (Red+Green+Blue) = 198+125+206=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCE is #398231. Grayscale: #9B9B9B. Windows color (decimal): -3768882 or 13532614. OLE color: 13532614.

HSL color Cylindrical-coordinate representation of color #C67DCE: hue angle of 294.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67DCE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198125206-
CMYK0.040.3900.19
HSL294.07º45.25%64.9%-
HSV(B)294.07º39.32%80.78%-
XYZ41.7631.1362.2-
YUV156.06156.18157.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=37.43%
G=23.63%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981252060.040.3900.19294.0745.2564.9
HexC67DCE4270131262d41
Octal30617531644702344655101
Binary110001101111101110011101001001110100111001001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DCE; }

 p { color: rgb(198,125,206); }

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

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

 a { background-color: rgb(198,125,206); }

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

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

 span { border-color: rgb(198,125,206); }

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