Html Css Color HEX #D86FCB Orchid

📋 copy color: '#D86FCB'

red 216 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D86FCB

Tints of Orchid #D86FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 40.75%
G = 20.94%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86FCB (or 0xD86FCB) is known color: Orchid. HEX triplet: D8, 6F and CB. RGB value is (216,111,203). Sum of RGB (Red+Green+Blue) = 216+111+203=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCB is #279034. Grayscale: #989898. Windows color (decimal): -2592821 or 13332440. OLE color: 13332440.

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

Color convert

RGB 216 111 203 -
CMYK 0 0.49 0.06 0.15
HSL 307.43º 0.57% 0.64% -
HSV(B) 307.43º 0.49% 0.85% -
XYZ 44.78 30.28 59.98 -
YUV 152.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 216 111 203 0 0.49 0.06 0.15 307.43 0.57 0.64
Hex D8 6F CB 0 31 6 F 133 39 40
Octal 330 157 313 0 61 6 17 463 71 100
Binary 11011000 1101111 11001011 0 110001 110 1111 100110011 111001 1000000

Color Harmonies of #D86FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FCB

Black with #D86FCB

Text Example


Text Example

White with #D86FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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