Html Css Color HEX #D963DC Orchid

📋 copy color: '#D963DC'

red 217 ◦ green 99 ◦ blue 220

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

Shades of Orchid #D963DC

Tints of Orchid #D963DC

RGB

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

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

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

R = 40.49%
G = 18.47%
B = 41.04%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D963DC (or 0xD963DC) is known color: Orchid. HEX triplet: D9, 63 and DC. RGB value is (217,99,220). Sum of RGB (Red+Green+Blue) = 217+99+220=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D963DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963DC is #269C23. Grayscale: #939393. Windows color (decimal): -2530340 or 14443481. OLE color: 14443481.

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

Color convert

RGB 217 99 220 -
CMYK 0.01 0.55 0 0.14
HSL 298.51º 0.63% 0.63% -
HSV(B) 298.51º 0.55% 0.86% -
XYZ 46 28.84 70.85 -
YUV 148.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 217 99 220 0.01 0.55 0 0.14 298.51 0.63 0.63
Hex D9 63 DC 1 37 0 E 12B 3F 3F
Octal 331 143 334 1 67 0 16 453 77 77
Binary 11011001 1100011 11011100 1 110111 0 1110 100101011 111111 111111

Color Harmonies of #D963DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963DC

Black with #D963DC

Text Example


Text Example

White with #D963DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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