Html Css Color HEX #D86CC3 Orchid

📋 copy color: '#D86CC3'

red 216 ◦ green 108 ◦ blue 195

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

Shades of Orchid #D86CC3

Tints of Orchid #D86CC3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 41.62%
G = 20.81%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D86CC3 (or 0xD86CC3) is known color: Orchid. HEX triplet: D8, 6C and C3. RGB value is (216,108,195). Sum of RGB (Red+Green+Blue) = 216+108+195=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CC3 is #27933C. Grayscale: #959595. Windows color (decimal): -2593597 or 12807384. OLE color: 12807384.

HSL color Cylindrical-coordinate representation of color #D86CC3: hue angle of 311.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CC3 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 195 -
CMYK 0 0.50 0.10 0.15
HSL 311.67º 0.58% 0.64% -
HSV(B) 311.67º 0.5% 0.85% -
XYZ 43.53 29.26 54.98 -
YUV 150.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 216 108 195 0 0.50 0.10 0.15 311.67 0.58 0.64
Hex D8 6C C3 0 32 A F 138 3A 40
Octal 330 154 303 0 62 12 17 470 72 100
Binary 11011000 1101100 11000011 0 110010 1010 1111 100111000 111010 1000000

Color Harmonies of #D86CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CC3

Black with #D86CC3

Text Example


Text Example

White with #D86CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CC3; }

 p { color: rgb(216,108,195); }

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

background-color css

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

 a { background-color: rgb(216,108,195); }

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

border-color css

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

 span { border-color: rgb(216,108,195); }

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