Html Css Color HEX #D96CDD Orchid

📋 copy color: '#D96CDD'

red 217 ◦ green 108 ◦ blue 221

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

Shades of Orchid #D96CDD

Tints of Orchid #D96CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 39.74%
G = 19.78%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96CDD (or 0xD96CDD) is known color: Orchid. HEX triplet: D9, 6C and DD. RGB value is (217,108,221). Sum of RGB (Red+Green+Blue) = 217+108+221=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D96CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDD is #269322. Grayscale: #999999. Windows color (decimal): -2528035 or 14511321. OLE color: 14511321.

HSL color Cylindrical-coordinate representation of color #D96CDD: hue angle of 297.88º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96CDD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 108 221 -
CMYK 0.02 0.51 0 0.13
HSL 297.88º 0.62% 0.65% -
HSV(B) 297.88º 0.51% 0.87% -
XYZ 47.03 30.7 71.85 -
YUV 153.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 217 108 221 0.02 0.51 0 0.13 297.88 0.62 0.65
Hex D9 6C DD 2 33 0 D 12A 3E 41
Octal 331 154 335 2 63 0 15 452 76 101
Binary 11011001 1101100 11011101 10 110011 0 1101 100101010 111110 1000001

Color Harmonies of #D96CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CDD

Black with #D96CDD

Text Example


Text Example

White with #D96CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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