Html Css Color HEX #CA2DEC Medium Orchid

📋 copy color: '#CA2DEC'

red 202 ◦ green 45 ◦ blue 236

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

Shades of Medium Orchid #CA2DEC

Tints of Medium Orchid #CA2DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.32%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 41.82%
G = 9.32%
B = 48.86%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA2DEC (or 0xCA2DEC) is known color: Medium Orchid. HEX triplet: CA, 2D and EC. RGB value is (202,45,236). Sum of RGB (Red+Green+Blue) = 202+45+236=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DEC is #35D213. Grayscale: #717171. Windows color (decimal): -3527188 or 15478218. OLE color: 15478218.

HSL color Cylindrical-coordinate representation of color #CA2DEC: hue angle of 289.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2DEC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 45 236 -
CMYK 0.14 0.81 0 0.07
HSL 289.32º 0.83% 0.55% -
HSV(B) 289.32º 0.81% 0.93% -
XYZ 40.44 20.49 81.18 -
YUV 113.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 202 45 236 0.14 0.81 0 0.07 289.32 0.83 0.55
Hex CA 2D EC E 51 0 7 121 53 37
Octal 312 55 354 16 121 0 7 441 123 67
Binary 11001010 101101 11101100 1110 1010001 0 111 100100001 1010011 110111

Color Harmonies of #CA2DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DEC

Black with #CA2DEC

Text Example


Text Example

White with #CA2DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DEC; }

 p { color: rgb(202,45,236); }

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

background-color css

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

 a { background-color: rgb(202,45,236); }

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

border-color css

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

 span { border-color: rgb(202,45,236); }

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