Html Css Color HEX #D96FE5 Orchid

📋 copy color: '#D96FE5'

red 217 ◦ green 111 ◦ blue 229

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

Shades of Orchid #D96FE5

Tints of Orchid #D96FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 38.96%
G = 19.93%
B = 41.11%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D96FE5 (or 0xD96FE5) is known color: Orchid. HEX triplet: D9, 6F and E5. RGB value is (217,111,229). Sum of RGB (Red+Green+Blue) = 217+111+229=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #D96FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FE5 is #26901A. Grayscale: #9B9B9B. Windows color (decimal): -2527259 or 15036377. OLE color: 15036377.

HSL color Cylindrical-coordinate representation of color #D96FE5: hue angle of 293.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96FE5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 111 229 -
CMYK 0.05 0.52 0 0.10
HSL 293.9º 0.69% 0.67% -
HSV(B) 293.9º 0.52% 0.9% -
XYZ 48.44 31.78 77.71 -
YUV 156.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 217 111 229 0.05 0.52 0 0.10 293.9 0.69 0.67
Hex D9 6F E5 5 34 0 A 126 45 43
Octal 331 157 345 5 64 0 12 446 105 103
Binary 11011001 1101111 11100101 101 110100 0 1010 100100110 1000101 1000011

Color Harmonies of #D96FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FE5

Black with #D96FE5

Text Example


Text Example

White with #D96FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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