Html Css Color HEX #D96DE0 Orchid

📋 copy color: '#D96DE0'

red 217 ◦ green 109 ◦ blue 224

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

Shades of Orchid #D96DE0

Tints of Orchid #D96DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.82%

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 39.45%
G = 19.82%
B = 40.73%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D96DE0 (or 0xD96DE0) is known color: Orchid. HEX triplet: D9, 6D and E0. RGB value is (217,109,224). Sum of RGB (Red+Green+Blue) = 217+109+224=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #D96DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DE0 is #26921F. Grayscale: #9A9A9A. Windows color (decimal): -2527776 or 14708185. OLE color: 14708185.

HSL color Cylindrical-coordinate representation of color #D96DE0: hue angle of 296.35º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96DE0 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 109 224 -
CMYK 0.03 0.51 0 0.12
HSL 296.35º 0.65% 0.65% -
HSV(B) 296.35º 0.51% 0.88% -
XYZ 47.54 31.07 74.01 -
YUV 154.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 217 109 224 0.03 0.51 0 0.12 296.35 0.65 0.65
Hex D9 6D E0 3 33 0 C 128 41 41
Octal 331 155 340 3 63 0 14 450 101 101
Binary 11011001 1101101 11100000 11 110011 0 1100 100101000 1000001 1000001

Color Harmonies of #D96DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DE0

Black with #D96DE0

Text Example


Text Example

White with #D96DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DE0; }

 p { color: rgb(217,109,224); }

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

background-color css

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

 a { background-color: rgb(217,109,224); }

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

border-color css

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

 span { border-color: rgb(217,109,224); }

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