#C67DD9

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

Shades of Orchid #C67DD9

Tints of Orchid #C67DD9

Color information

#C67DD9 (or 0xC67DD9) is unknown color: approx Orchid. HEX triplet: C6, 7D and D9. RGB value is (198,125,217). Sum of RGB (Red+Green+Blue) = 198+125+217=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #C67DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DD9 is #398226. Grayscale: #9D9D9D. Windows color (decimal): -3768871 or 14253510. OLE color: 14253510.

HSL color Cylindrical-coordinate representation of color #C67DD9: hue angle of 287.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67DD9 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198125217-
CMYK0.090.4200.15
HSL287.61º54.76%67.06%-
HSV(B)287.61º42.4%85.1%-
XYZ43.1531.6869.49-
YUV157.32161.68157.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=36.67%
G=23.15%
B=40.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981252170.090.4200.15287.6154.7667.06
HexC67DD992A0F1203743
Octal306175331115201744067103
Binary110001101111101110110011001101010011111001000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DD9; }

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

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

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

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

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

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

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

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