Html Css Color HEX #D868BE Orchid

📋 copy color: '#D868BE'

red 216 ◦ green 104 ◦ blue 190

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

Shades of Orchid #D868BE

Tints of Orchid #D868BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

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

R = 42.35%
G = 20.39%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D868BE (or 0xD868BE) is known color: Orchid. HEX triplet: D8, 68 and BE. RGB value is (216,104,190). Sum of RGB (Red+Green+Blue) = 216+104+190=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D868BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868BE is #279741. Grayscale: #939393. Windows color (decimal): -2594626 or 12478680. OLE color: 12478680.

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

Color convert

RGB 216 104 190 -
CMYK 0 0.52 0.12 0.15
HSL 313.93º 0.59% 0.63% -
HSV(B) 313.93º 0.52% 0.85% -
XYZ 42.56 28.22 51.92 -
YUV 147.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 216 104 190 0 0.52 0.12 0.15 313.93 0.59 0.63
Hex D8 68 BE 0 34 C F 13A 3B 3F
Octal 330 150 276 0 64 14 17 472 73 77
Binary 11011000 1101000 10111110 0 110100 1100 1111 100111010 111011 111111

Color Harmonies of #D868BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868BE

Black with #D868BE

Text Example


Text Example

White with #D868BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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