Html Css Color HEX #D964C5 Orchid

📋 copy color: '#D964C5'

red 217 ◦ green 100 ◦ blue 197

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

Shades of Orchid #D964C5

Tints of Orchid #D964C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 42.22%
G = 19.46%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D964C5 (or 0xD964C5) is known color: Orchid. HEX triplet: D9, 64 and C5. RGB value is (217,100,197). Sum of RGB (Red+Green+Blue) = 217+100+197=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D964C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964C5 is #269B3A. Grayscale: #919191. Windows color (decimal): -2530107 or 12936409. OLE color: 12936409.

HSL color Cylindrical-coordinate representation of color #D964C5: hue angle of 310.26º 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 #D964C5 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 197 -
CMYK 0 0.54 0.09 0.15
HSL 310.26º 0.61% 0.62% -
HSV(B) 310.26º 0.54% 0.85% -
XYZ 43.25 27.9 55.93 -
YUV 146.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 217 100 197 0 0.54 0.09 0.15 310.26 0.61 0.62
Hex D9 64 C5 0 36 9 F 136 3D 3E
Octal 331 144 305 0 66 11 17 466 75 76
Binary 11011001 1100100 11000101 0 110110 1001 1111 100110110 111101 111110

Color Harmonies of #D964C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964C5

Black with #D964C5

Text Example


Text Example

White with #D964C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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