Html Css Color HEX #D96CDF Orchid

📋 copy color: '#D96CDF'

red 217 ◦ green 108 ◦ blue 223

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

Shades of Orchid #D96CDF

Tints of Orchid #D96CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 39.6%
G = 19.71%
B = 40.69%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96CDF (or 0xD96CDF) is known color: Orchid. HEX triplet: D9, 6C and DF. RGB value is (217,108,223). Sum of RGB (Red+Green+Blue) = 217+108+223=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDF is #269320. Grayscale: #999999. Windows color (decimal): -2528033 or 14642393. OLE color: 14642393.

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

Color convert

RGB 217 108 223 -
CMYK 0.03 0.52 0 0.13
HSL 296.87º 0.64% 0.65% -
HSV(B) 296.87º 0.52% 0.87% -
XYZ 47.3 30.8 73.27 -
YUV 153.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 217 108 223 0.03 0.52 0 0.13 296.87 0.64 0.65
Hex D9 6C DF 3 34 0 D 129 40 41
Octal 331 154 337 3 64 0 15 451 100 101
Binary 11011001 1101100 11011111 11 110100 0 1101 100101001 1000000 1000001

Color Harmonies of #D96CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CDF

Black with #D96CDF

Text Example


Text Example

White with #D96CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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