Html Css Color HEX #D87CCB Orchid

📋 copy color: '#D87CCB'

red 216 ◦ green 124 ◦ blue 203

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

Shades of Orchid #D87CCB

Tints of Orchid #D87CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.84%

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

R = 39.78%
G = 22.84%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D87CCB (or 0xD87CCB) is known color: Orchid. HEX triplet: D8, 7C and CB. RGB value is (216,124,203). Sum of RGB (Red+Green+Blue) = 216+124+203=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CCB is #278334. Grayscale: #A0A0A0. Windows color (decimal): -2589493 or 13335768. OLE color: 13335768.

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

Color convert

RGB 216 124 203 -
CMYK 0 0.43 0.06 0.15
HSL 308.48º 0.54% 0.67% -
HSV(B) 308.48º 0.43% 0.85% -
XYZ 46.31 33.33 60.49 -
YUV 160.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 216 124 203 0 0.43 0.06 0.15 308.48 0.54 0.67
Hex D8 7C CB 0 2B 6 F 134 36 43
Octal 330 174 313 0 53 6 17 464 66 103
Binary 11011000 1111100 11001011 0 101011 110 1111 100110100 110110 1000011

Color Harmonies of #D87CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CCB

Black with #D87CCB

Text Example


Text Example

White with #D87CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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