Html Css Color HEX #D66DD3 Orchid

📋 copy color: '#D66DD3'

red 214 ◦ green 109 ◦ blue 211

#D66DD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D66DD3

Tints of Orchid #D66DD3

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 40.07%
G = 20.41%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D66DD3 (or 0xD66DD3) is known color: Orchid. HEX triplet: D6, 6D and D3. RGB value is (214,109,211). Sum of RGB (Red+Green+Blue) = 214+109+211=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DD3 is #29922C. Grayscale: #979797. Windows color (decimal): -2724397 or 13856214. OLE color: 13856214.

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

Color convert

RGB 214 109 211 -
CMYK 0 0.49 0.01 0.16
HSL 301.71º 0.56% 0.63% -
HSV(B) 301.71º 0.49% 0.84% -
XYZ 44.96 29.94 65.04 -
YUV 152.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 214 109 211 0 0.49 0.01 0.16 301.71 0.56 0.63
Hex D6 6D D3 0 31 1 10 12E 38 3F
Octal 326 155 323 0 61 1 20 456 70 77
Binary 11010110 1101101 11010011 0 110001 1 10000 100101110 111000 111111

Color Harmonies of #D66DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DD3

Black with #D66DD3

Text Example


Text Example

White with #D66DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DD3; }

 p { color: rgb(214,109,211); }

 H1.HeaderClassName
 {
   color: #D66DD3;
 }
 .AnyTagClassName
 {
   color: #D66DD3;
 }
</style>

background-color css

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

 a { background-color: rgb(214,109,211); }

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

border-color css

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

 span { border-color: rgb(214,109,211); }

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