#D66CCB

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

Shades of Orchid #D66CCB

Tints of Orchid #D66CCB

Color information

#D66CCB (or 0xD66CCB) is unknown color: approx Orchid. HEX triplet: D6, 6C and CB. RGB value is (214,108,203). Sum of RGB (Red+Green+Blue) = 214+108+203=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCB is #299334. Grayscale: #969696. Windows color (decimal): -2724661 or 13331670. OLE color: 13331670.

HSL color Cylindrical-coordinate representation of color #D66CCB: hue angle of 306.23º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CCB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214108203-
CMYK00.500.050.16
HSL306.23º56.38%63.14%-
HSV(B)306.23º49.53%83.92%-
XYZ43.8729.3359.85-
YUV150.52157.62173.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=40.76%
G=20.57%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410820300.500.050.16306.2356.3863.14
HexD66CCB032510132383f
Octal3261543130625204627077
Binary11010110110110011001011011001010110000100110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CCB; }

 p { color: rgb(214,108,203); }

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

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

 a { background-color: rgb(214,108,203); }

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

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

 span { border-color: rgb(214,108,203); }

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