Html Css Color HEX #D871CB Orchid

📋 copy color: '#D871CB'

red 216 ◦ green 113 ◦ blue 203

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

Shades of Orchid #D871CB

Tints of Orchid #D871CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.24%

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 40.6%
G = 21.24%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D871CB (or 0xD871CB) is known color: Orchid. HEX triplet: D8, 71 and CB. RGB value is (216,113,203). Sum of RGB (Red+Green+Blue) = 216+113+203=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D871CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871CB is #278E34. Grayscale: #999999. Windows color (decimal): -2592309 or 13332952. OLE color: 13332952.

HSL color Cylindrical-coordinate representation of color #D871CB: hue angle of 307.57º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871CB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 203 -
CMYK 0 0.48 0.06 0.15
HSL 307.57º 0.57% 0.65% -
HSV(B) 307.57º 0.48% 0.85% -
XYZ 45 30.72 60.06 -
YUV 154.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 216 113 203 0 0.48 0.06 0.15 307.57 0.57 0.65
Hex D8 71 CB 0 30 6 F 134 39 41
Octal 330 161 313 0 60 6 17 464 71 101
Binary 11011000 1110001 11001011 0 110000 110 1111 100110100 111001 1000001

Color Harmonies of #D871CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871CB

Black with #D871CB

Text Example


Text Example

White with #D871CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871CB; }

 p { color: rgb(216,113,203); }

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

background-color css

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

 a { background-color: rgb(216,113,203); }

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

border-color css

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

 span { border-color: rgb(216,113,203); }

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