#D67CC3

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

Shades of Orchid #D67CC3

Tints of Orchid #D67CC3

Color information

#D67CC3 (or 0xD67CC3) is unknown color: approx Orchid. HEX triplet: D6, 7C and C3. RGB value is (214,124,195). Sum of RGB (Red+Green+Blue) = 214+124+195=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CC3 is #29833C. Grayscale: #9E9E9E. Windows color (decimal): -2720573 or 12811478. OLE color: 12811478.

HSL color Cylindrical-coordinate representation of color #D67CC3: hue angle of 312.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67CC3 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214124195-
CMYK00.420.090.16
HSL312.67º52.33%66.27%-
HSV(B)312.67º42.06%83.92%-
XYZ44.7932.6555.57-
YUV159148.32167.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=40.15%
G=23.26%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412419500.420.090.16312.6752.3366.27
HexD67CC302A9101393442
Octal326174303052112047164102
Binary1101011011111001100001101010101001100001001110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CC3; }

 p { color: rgb(214,124,195); }

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

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

 a { background-color: rgb(214,124,195); }

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

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

 span { border-color: rgb(214,124,195); }

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