Html Css Color HEX #D964D4 Orchid

📋 copy color: '#D964D4'

red 217 ◦ green 100 ◦ blue 212

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

Shades of Orchid #D964D4

Tints of Orchid #D964D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.08%

R = 41.02%
G = 18.9%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D964D4 (or 0xD964D4) is known color: Orchid. HEX triplet: D9, 64 and D4. RGB value is (217,100,212). Sum of RGB (Red+Green+Blue) = 217+100+212=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D964D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964D4 is #269B2B. Grayscale: #939393. Windows color (decimal): -2530092 or 13919449. OLE color: 13919449.

HSL color Cylindrical-coordinate representation of color #D964D4: hue angle of 302.56º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D964D4 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 212 -
CMYK 0 0.54 0.02 0.15
HSL 302.56º 0.61% 0.62% -
HSV(B) 302.56º 0.54% 0.85% -
XYZ 45.06 28.62 65.44 -
YUV 147.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 217 100 212 0 0.54 0.02 0.15 302.56 0.61 0.62
Hex D9 64 D4 0 36 2 F 12F 3D 3E
Octal 331 144 324 0 66 2 17 457 75 76
Binary 11011001 1100100 11010100 0 110110 10 1111 100101111 111101 111110

Color Harmonies of #D964D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964D4

Black with #D964D4

Text Example


Text Example

White with #D964D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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