Html Css Color HEX #D96FE4 Orchid

📋 copy color: '#D96FE4'

red 217 ◦ green 111 ◦ blue 228

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

Shades of Orchid #D96FE4

Tints of Orchid #D96FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 39.03%
G = 19.96%
B = 41.01%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D96FE4 (or 0xD96FE4) is known color: Orchid. HEX triplet: D9, 6F and E4. RGB value is (217,111,228). Sum of RGB (Red+Green+Blue) = 217+111+228=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #D96FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FE4 is #26901B. Grayscale: #9B9B9B. Windows color (decimal): -2527260 or 14970841. OLE color: 14970841.

HSL color Cylindrical-coordinate representation of color #D96FE4: hue angle of 294.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96FE4 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 111 228 -
CMYK 0.05 0.51 0 0.11
HSL 294.36º 0.68% 0.66% -
HSV(B) 294.36º 0.51% 0.89% -
XYZ 48.3 31.72 76.98 -
YUV 156.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 217 111 228 0.05 0.51 0 0.11 294.36 0.68 0.66
Hex D9 6F E4 5 33 0 B 126 44 42
Octal 331 157 344 5 63 0 13 446 104 102
Binary 11011001 1101111 11100100 101 110011 0 1011 100100110 1000100 1000010

Color Harmonies of #D96FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FE4

Black with #D96FE4

Text Example


Text Example

White with #D96FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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