Html Css Color HEX #D66EB8 Orchid

📋 copy color: '#D66EB8'

red 214 ◦ green 110 ◦ blue 184

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

Shades of Orchid #D66EB8

Tints of Orchid #D66EB8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.65%

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 42.13%
G = 21.65%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D66EB8 (or 0xD66EB8) is known color: Orchid. HEX triplet: D6, 6E and B8. RGB value is (214,110,184). Sum of RGB (Red+Green+Blue) = 214+110+184=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EB8 is #299147. Grayscale: #959595. Windows color (decimal): -2724168 or 12086998. OLE color: 12086998.

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

Color convert

RGB 214 110 184 -
CMYK 0 0.49 0.14 0.16
HSL 317.31º 0.56% 0.64% -
HSV(B) 317.31º 0.49% 0.84% -
XYZ 41.96 28.91 48.72 -
YUV 149.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 214 110 184 0 0.49 0.14 0.16 317.31 0.56 0.64
Hex D6 6E B8 0 31 E 10 13D 38 40
Octal 326 156 270 0 61 16 20 475 70 100
Binary 11010110 1101110 10111000 0 110001 1110 10000 100111101 111000 1000000

Color Harmonies of #D66EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EB8

Black with #D66EB8

Text Example


Text Example

White with #D66EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EB8; }

 p { color: rgb(214,110,184); }

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

background-color css

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

 a { background-color: rgb(214,110,184); }

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

border-color css

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

 span { border-color: rgb(214,110,184); }

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