Html Css Color HEX #D86FC4 Orchid

📋 copy color: '#D86FC4'

red 216 ◦ green 111 ◦ blue 196

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

Shades of Orchid #D86FC4

Tints of Orchid #D86FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 41.3%
G = 21.22%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D86FC4 (or 0xD86FC4) is known color: Orchid. HEX triplet: D8, 6F and C4. RGB value is (216,111,196). Sum of RGB (Red+Green+Blue) = 216+111+196=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FC4 is #27903B. Grayscale: #979797. Windows color (decimal): -2592828 or 12873688. OLE color: 12873688.

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

Color convert

RGB 216 111 196 -
CMYK 0 0.49 0.09 0.15
HSL 311.43º 0.57% 0.64% -
HSV(B) 311.43º 0.49% 0.85% -
XYZ 43.97 29.95 55.69 -
YUV 152.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 216 111 196 0 0.49 0.09 0.15 311.43 0.57 0.64
Hex D8 6F C4 0 31 9 F 137 39 40
Octal 330 157 304 0 61 11 17 467 71 100
Binary 11011000 1101111 11000100 0 110001 1001 1111 100110111 111001 1000000

Color Harmonies of #D86FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FC4

Black with #D86FC4

Text Example


Text Example

White with #D86FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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