Html Css Color HEX #D96CDE Orchid

📋 copy color: '#D96CDE'

red 217 ◦ green 108 ◦ blue 222

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

Shades of Orchid #D96CDE

Tints of Orchid #D96CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 39.67%
G = 19.74%
B = 40.59%

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

#D96CDE (or 0xD96CDE) is known color: Orchid. HEX triplet: D9, 6C and DE. RGB value is (217,108,222). Sum of RGB (Red+Green+Blue) = 217+108+222=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #D96CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDE is #269321. Grayscale: #999999. Windows color (decimal): -2528034 or 14576857. OLE color: 14576857.

HSL color Cylindrical-coordinate representation of color #D96CDE: hue angle of 297.37º degrees, saturation: 0.63, 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 #D96CDE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 108 222 -
CMYK 0.02 0.51 0 0.13
HSL 297.37º 0.63% 0.65% -
HSV(B) 297.37º 0.51% 0.87% -
XYZ 47.16 30.75 72.56 -
YUV 153.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 217 108 222 0.02 0.51 0 0.13 297.37 0.63 0.65
Hex D9 6C DE 2 33 0 D 129 3F 41
Octal 331 154 336 2 63 0 15 451 77 101
Binary 11011001 1101100 11011110 10 110011 0 1101 100101001 111111 1000001

Color Harmonies of #D96CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CDE

Black with #D96CDE

Text Example


Text Example

White with #D96CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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