Html Css Color HEX #D86FCA Orchid

📋 copy color: '#D86FCA'

red 216 ◦ green 111 ◦ blue 202

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

Shades of Orchid #D86FCA

Tints of Orchid #D86FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 40.83%
G = 20.98%
B = 38.19%

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

#D86FCA (or 0xD86FCA) is known color: Orchid. HEX triplet: D8, 6F and CA. RGB value is (216,111,202). Sum of RGB (Red+Green+Blue) = 216+111+202=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCA is #279035. Grayscale: #989898. Windows color (decimal): -2592822 or 13266904. OLE color: 13266904.

HSL color Cylindrical-coordinate representation of color #D86FCA: hue angle of 308º 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 #D86FCA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 111 202 -
CMYK 0 0.49 0.06 0.15
HSL 308º 0.57% 0.64% -
HSV(B) 308º 0.49% 0.85% -
XYZ 44.66 30.23 59.36 -
YUV 152.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 216 111 202 0 0.49 0.06 0.15 308 0.57 0.64
Hex D8 6F CA 0 31 6 F 134 39 40
Octal 330 157 312 0 61 6 17 464 71 100
Binary 11011000 1101111 11001010 0 110001 110 1111 100110100 111001 1000000

Color Harmonies of #D86FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FCA

Black with #D86FCA

Text Example


Text Example

White with #D86FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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