Html Css Color HEX #D963DD Orchid

📋 copy color: '#D963DD'

red 217 ◦ green 99 ◦ blue 221

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

Shades of Orchid #D963DD

Tints of Orchid #D963DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.44%

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

R = 40.41%
G = 18.44%
B = 41.15%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D963DD (or 0xD963DD) is known color: Orchid. HEX triplet: D9, 63 and DD. RGB value is (217,99,221). Sum of RGB (Red+Green+Blue) = 217+99+221=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D963DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963DD is #269C22. Grayscale: #939393. Windows color (decimal): -2530339 or 14509017. OLE color: 14509017.

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

Color convert

RGB 217 99 221 -
CMYK 0.02 0.55 0 0.13
HSL 298.03º 0.64% 0.63% -
HSV(B) 298.03º 0.55% 0.87% -
XYZ 46.13 28.9 71.55 -
YUV 148.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 217 99 221 0.02 0.55 0 0.13 298.03 0.64 0.63
Hex D9 63 DD 2 37 0 D 12A 40 3F
Octal 331 143 335 2 67 0 15 452 100 77
Binary 11011001 1100011 11011101 10 110111 0 1101 100101010 1000000 111111

Color Harmonies of #D963DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963DD

Black with #D963DD

Text Example


Text Example

White with #D963DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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