Html Css Color HEX #CA2CDA Medium Orchid

📋 copy color: '#CA2CDA'

red 202 ◦ green 44 ◦ blue 218

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

Shades of Medium Orchid #CA2CDA

Tints of Medium Orchid #CA2CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 43.53%
G = 9.48%
B = 46.98%

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

#CA2CDA (or 0xCA2CDA) is known color: Medium Orchid. HEX triplet: CA, 2C and DA. RGB value is (202,44,218). Sum of RGB (Red+Green+Blue) = 202+44+218=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CDA is #35D325. Grayscale: #6E6E6E. Windows color (decimal): -3527462 or 14298314. OLE color: 14298314.

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

Color convert

RGB 202 44 218 -
CMYK 0.07 0.80 0 0.15
HSL 294.48º 0.7% 0.51% -
HSV(B) 294.48º 0.8% 0.85% -
XYZ 37.91 19.42 68.08 -
YUV 111.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 202 44 218 0.07 0.80 0 0.15 294.48 0.7 0.51
Hex CA 2C DA 7 50 0 F 126 46 33
Octal 312 54 332 7 120 0 17 446 106 63
Binary 11001010 101100 11011010 111 1010000 0 1111 100100110 1000110 110011

Color Harmonies of #CA2CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CDA

Black with #CA2CDA

Text Example


Text Example

White with #CA2CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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