#D66CC1

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

Shades of Orchid #D66CC1

Tints of Orchid #D66CC1

Color information

#D66CC1 (or 0xD66CC1) is unknown color: approx Orchid. HEX triplet: D6, 6C and C1. RGB value is (214,108,193). Sum of RGB (Red+Green+Blue) = 214+108+193=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CC1 is #29933E. Grayscale: #959595. Windows color (decimal): -2724671 or 12676310. OLE color: 12676310.

HSL color Cylindrical-coordinate representation of color #D66CC1: hue angle of 311.89º 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 #D66CC1 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214108193-
CMYK00.500.100.16
HSL311.89º56.38%63.14%-
HSV(B)311.89º49.53%83.92%-
XYZ42.7228.8753.77-
YUV149.38152.62174.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=41.55%
G=20.97%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410819300.500.100.16311.8956.3863.14
HexD66CC1032A10138383f
Octal32615430106212204707077
Binary110101101101100110000010110010101010000100111000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CC1; }

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

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

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

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

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

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

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

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