Html Css Color HEX #CA2CD9 Medium Orchid

📋 copy color: '#CA2CD9'

red 202 ◦ green 44 ◦ blue 217

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

Shades of Medium Orchid #CA2CD9

Tints of Medium Orchid #CA2CD9

RGB

 RED value IS 202 (79.3% from 255) = 43.63%

 GREEN value IS 44 (17.58% from 255) = 9.5%

 BLUE value IS 217 (85.16% from 255) = 46.87%

R = 43.63%
G = 9.5%
B = 46.87%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA2CD9 (or 0xCA2CD9) is known color: Medium Orchid. HEX triplet: CA, 2C and D9. RGB value is (202,44,217). Sum of RGB (Red+Green+Blue) = 202+44+217=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA2CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CD9 is #35D326. Grayscale: #6E6E6E. Windows color (decimal): -3527463 or 14232778. OLE color: 14232778.

HSL color Cylindrical-coordinate representation of color #CA2CD9: hue angle of 294.8º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2CD9 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 44 217 -
CMYK 0.07 0.80 0 0.15
HSL 294.8º 0.69% 0.51% -
HSV(B) 294.8º 0.8% 0.85% -
XYZ 37.78 19.37 67.39 -
YUV 110.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 202 44 217 0.07 0.80 0 0.15 294.8 0.69 0.51
Hex CA 2C D9 7 50 0 F 127 45 33
Octal 312 54 331 7 120 0 17 447 105 63
Binary 11001010 101100 11011001 111 1010000 0 1111 100100111 1000101 110011

Color Harmonies of #CA2CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CD9

Black with #CA2CD9

Text Example


Text Example

White with #CA2CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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