Html Css Color HEX #D96FCE Orchid

📋 copy color: '#D96FCE'

red 217 ◦ green 111 ◦ blue 206

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

Shades of Orchid #D96FCE

Tints of Orchid #D96FCE

RGB

 RED value IS 217 (85.16% from 255) = 40.64%

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 40.64%
G = 20.79%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D96FCE (or 0xD96FCE) is known color: Orchid. HEX triplet: D9, 6F and CE. RGB value is (217,111,206). Sum of RGB (Red+Green+Blue) = 217+111+206=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FCE is #269031. Grayscale: #999999. Windows color (decimal): -2527282 or 13529049. OLE color: 13529049.

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

Color convert

RGB 217 111 206 -
CMYK 0 0.49 0.05 0.15
HSL 306.23º 0.58% 0.64% -
HSV(B) 306.23º 0.49% 0.85% -
XYZ 45.44 30.58 61.9 -
YUV 153.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 217 111 206 0 0.49 0.05 0.15 306.23 0.58 0.64
Hex D9 6F CE 0 31 5 F 132 3A 40
Octal 331 157 316 0 61 5 17 462 72 100
Binary 11011001 1101111 11001110 0 110001 101 1111 100110010 111010 1000000

Color Harmonies of #D96FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FCE

Black with #D96FCE

Text Example


Text Example

White with #D96FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FCE; }

 p { color: rgb(217,111,206); }

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

background-color css

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

 a { background-color: rgb(217,111,206); }

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

border-color css

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

 span { border-color: rgb(217,111,206); }

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