Html Css Color HEX #D66DBB Orchid

📋 copy color: '#D66DBB'

red 214 ◦ green 109 ◦ blue 187

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

Shades of Orchid #D66DBB

Tints of Orchid #D66DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 41.96%
G = 21.37%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D66DBB (or 0xD66DBB) is known color: Orchid. HEX triplet: D6, 6D and BB. RGB value is (214,109,187). Sum of RGB (Red+Green+Blue) = 214+109+187=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBB is #299244. Grayscale: #959595. Windows color (decimal): -2724421 or 12283350. OLE color: 12283350.

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

Color convert

RGB 214 109 187 -
CMYK 0 0.49 0.13 0.16
HSL 315.43º 0.56% 0.63% -
HSV(B) 315.43º 0.49% 0.84% -
XYZ 42.17 28.82 50.35 -
YUV 149.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 214 109 187 0 0.49 0.13 0.16 315.43 0.56 0.63
Hex D6 6D BB 0 31 D 10 13B 38 3F
Octal 326 155 273 0 61 15 20 473 70 77
Binary 11010110 1101101 10111011 0 110001 1101 10000 100111011 111000 111111

Color Harmonies of #D66DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DBB

Black with #D66DBB

Text Example


Text Example

White with #D66DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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