Html Css Color HEX #D964CA Orchid

📋 copy color: '#D964CA'

red 217 ◦ green 100 ◦ blue 202

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

Shades of Orchid #D964CA

Tints of Orchid #D964CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 41.81%
G = 19.27%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D964CA (or 0xD964CA) is known color: Orchid. HEX triplet: D9, 64 and CA. RGB value is (217,100,202). Sum of RGB (Red+Green+Blue) = 217+100+202=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D964CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964CA is #269B35. Grayscale: #929292. Windows color (decimal): -2530102 or 13264089. OLE color: 13264089.

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

Color convert

RGB 217 100 202 -
CMYK 0 0.54 0.07 0.15
HSL 307.69º 0.61% 0.62% -
HSV(B) 307.69º 0.54% 0.85% -
XYZ 43.83 28.13 59 -
YUV 146.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 217 100 202 0 0.54 0.07 0.15 307.69 0.61 0.62
Hex D9 64 CA 0 36 7 F 134 3D 3E
Octal 331 144 312 0 66 7 17 464 75 76
Binary 11011001 1100100 11001010 0 110110 111 1111 100110100 111101 111110

Color Harmonies of #D964CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964CA

Black with #D964CA

Text Example


Text Example

White with #D964CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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