Html Css Color HEX #D96CE1 Orchid

📋 copy color: '#D96CE1'

red 217 ◦ green 108 ◦ blue 225

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

Shades of Orchid #D96CE1

Tints of Orchid #D96CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.91%

R = 39.45%
G = 19.64%
B = 40.91%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D96CE1 (or 0xD96CE1) is known color: Orchid. HEX triplet: D9, 6C and E1. RGB value is (217,108,225). Sum of RGB (Red+Green+Blue) = 217+108+225=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #D96CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CE1 is #26931E. Grayscale: #999999. Windows color (decimal): -2528031 or 14773465. OLE color: 14773465.

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

Color convert

RGB 217 108 225 -
CMYK 0.04 0.52 0 0.12
HSL 295.9º 0.66% 0.65% -
HSV(B) 295.9º 0.52% 0.88% -
XYZ 47.57 30.91 74.69 -
YUV 153.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 217 108 225 0.04 0.52 0 0.12 295.9 0.66 0.65
Hex D9 6C E1 4 34 0 C 128 42 41
Octal 331 154 341 4 64 0 14 450 102 101
Binary 11011001 1101100 11100001 100 110100 0 1100 100101000 1000010 1000001

Color Harmonies of #D96CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CE1

Black with #D96CE1

Text Example


Text Example

White with #D96CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CE1; }

 p { color: rgb(217,108,225); }

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

background-color css

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

 a { background-color: rgb(217,108,225); }

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

border-color css

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

 span { border-color: rgb(217,108,225); }

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