Html Css Color HEX #D66EBB Orchid

📋 copy color: '#D66EBB'

red 214 ◦ green 110 ◦ blue 187

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

Shades of Orchid #D66EBB

Tints of Orchid #D66EBB

RGB

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

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

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

R = 41.88%
G = 21.53%
B = 36.59%

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

#D66EBB (or 0xD66EBB) is known color: Orchid. HEX triplet: D6, 6E and BB. RGB value is (214,110,187). Sum of RGB (Red+Green+Blue) = 214+110+187=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBB is #299144. Grayscale: #959595. Windows color (decimal): -2724165 or 12283606. OLE color: 12283606.

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

Color convert

RGB 214 110 187 -
CMYK 0 0.49 0.13 0.16
HSL 315.58º 0.56% 0.64% -
HSV(B) 315.58º 0.49% 0.84% -
XYZ 42.28 29.04 50.39 -
YUV 149.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 214 110 187 0 0.49 0.13 0.16 315.58 0.56 0.64
Hex D6 6E BB 0 31 D 10 13C 38 40
Octal 326 156 273 0 61 15 20 474 70 100
Binary 11010110 1101110 10111011 0 110001 1101 10000 100111100 111000 1000000

Color Harmonies of #D66EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EBB

Black with #D66EBB

Text Example


Text Example

White with #D66EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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