Html Css Color HEX #D964DD Orchid

📋 copy color: '#D964DD'

red 217 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D964DD

Tints of Orchid #D964DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.59%

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

R = 40.33%
G = 18.59%
B = 41.08%

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

#D964DD (or 0xD964DD) is known color: Orchid. HEX triplet: D9, 64 and DD. RGB value is (217,100,221). Sum of RGB (Red+Green+Blue) = 217+100+221=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D964DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964DD is #269B22. Grayscale: #949494. Windows color (decimal): -2530083 or 14509273. OLE color: 14509273.

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

Color convert

RGB 217 100 221 -
CMYK 0.02 0.55 0 0.13
HSL 298.02º 0.64% 0.63% -
HSV(B) 298.02º 0.55% 0.87% -
XYZ 46.22 29.09 71.58 -
YUV 148.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 217 100 221 0.02 0.55 0 0.13 298.02 0.64 0.63
Hex D9 64 DD 2 37 0 D 12A 40 3F
Octal 331 144 335 2 67 0 15 452 100 77
Binary 11011001 1100100 11011101 10 110111 0 1101 100101010 1000000 111111

Color Harmonies of #D964DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964DD

Black with #D964DD

Text Example


Text Example

White with #D964DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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