Html Css Color HEX #D866BE Orchid

📋 copy color: '#D866BE'

red 216 ◦ green 102 ◦ blue 190

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

Shades of Orchid #D866BE

Tints of Orchid #D866BE

RGB

 RED value IS 216 (84.77% from 255) = 42.52%

 GREEN value IS 102 (40.23% from 255) = 20.08%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 42.52%
G = 20.08%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D866BE (or 0xD866BE) is known color: Orchid. HEX triplet: D8, 66 and BE. RGB value is (216,102,190). Sum of RGB (Red+Green+Blue) = 216+102+190=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D866BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866BE is #279941. Grayscale: #919191. Windows color (decimal): -2595138 or 12478168. OLE color: 12478168.

HSL color Cylindrical-coordinate representation of color #D866BE: hue angle of 313.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866BE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 190 -
CMYK 0 0.53 0.12 0.15
HSL 313.68º 0.59% 0.62% -
HSV(B) 313.68º 0.53% 0.85% -
XYZ 42.36 27.82 51.85 -
YUV 146.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 216 102 190 0 0.53 0.12 0.15 313.68 0.59 0.62
Hex D8 66 BE 0 35 C F 13A 3B 3E
Octal 330 146 276 0 65 14 17 472 73 76
Binary 11011000 1100110 10111110 0 110101 1100 1111 100111010 111011 111110

Color Harmonies of #D866BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866BE

Black with #D866BE

Text Example


Text Example

White with #D866BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866BE; }

 p { color: rgb(216,102,190); }

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

background-color css

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

 a { background-color: rgb(216,102,190); }

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

border-color css

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

 span { border-color: rgb(216,102,190); }

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