Html Css Color HEX #D96BDC Orchid

📋 copy color: '#D96BDC'

red 217 ◦ green 107 ◦ blue 220

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

Shades of Orchid #D96BDC

Tints of Orchid #D96BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.67%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 39.89%
G = 19.67%
B = 40.44%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D96BDC (or 0xD96BDC) is known color: Orchid. HEX triplet: D9, 6B and DC. RGB value is (217,107,220). Sum of RGB (Red+Green+Blue) = 217+107+220=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D96BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BDC is #269423. Grayscale: #989898. Windows color (decimal): -2528292 or 14445529. OLE color: 14445529.

HSL color Cylindrical-coordinate representation of color #D96BDC: hue angle of 298.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BDC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 107 220 -
CMYK 0.01 0.51 0 0.14
HSL 298.41º 0.62% 0.64% -
HSV(B) 298.41º 0.51% 0.86% -
XYZ 46.79 30.43 71.12 -
YUV 152.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 217 107 220 0.01 0.51 0 0.14 298.41 0.62 0.64
Hex D9 6B DC 1 33 0 E 12A 3E 40
Octal 331 153 334 1 63 0 16 452 76 100
Binary 11011001 1101011 11011100 1 110011 0 1110 100101010 111110 1000000

Color Harmonies of #D96BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BDC

Black with #D96BDC

Text Example


Text Example

White with #D96BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BDC; }

 p { color: rgb(217,107,220); }

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

background-color css

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

 a { background-color: rgb(217,107,220); }

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

border-color css

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

 span { border-color: rgb(217,107,220); }

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