Html Css Color HEX #CA52DC Medium Orchid

📋 copy color: '#CA52DC'

red 202 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #CA52DC

Tints of Medium Orchid #CA52DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.27%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 40.08%
G = 16.27%
B = 43.65%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA52DC (or 0xCA52DC) is known color: Medium Orchid. HEX triplet: CA, 52 and DC. RGB value is (202,82,220). Sum of RGB (Red+Green+Blue) = 202+82+220=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52DC is #35AD23. Grayscale: #858585. Windows color (decimal): -3517732 or 14439114. OLE color: 14439114.

HSL color Cylindrical-coordinate representation of color #CA52DC: hue angle of 292.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA52DC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 82 220 -
CMYK 0.08 0.63 0 0.14
HSL 292.17º 0.66% 0.59% -
HSV(B) 292.17º 0.63% 0.86% -
XYZ 40.29 23.76 70.17 -
YUV 133.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 202 82 220 0.08 0.63 0 0.14 292.17 0.66 0.59
Hex CA 52 DC 8 3F 0 E 124 42 3B
Octal 312 122 334 10 77 0 16 444 102 73
Binary 11001010 1010010 11011100 1000 111111 0 1110 100100100 1000010 111011

Color Harmonies of #CA52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52DC

Black with #CA52DC

Text Example


Text Example

White with #CA52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52DC; }

 p { color: rgb(202,82,220); }

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

background-color css

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

 a { background-color: rgb(202,82,220); }

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

border-color css

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

 span { border-color: rgb(202,82,220); }

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