Html Css Color HEX #CA52DA Medium Orchid

📋 copy color: '#CA52DA'

red 202 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #CA52DA

Tints of Medium Orchid #CA52DA

RGB

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

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

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

R = 40.24%
G = 16.33%
B = 43.43%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA52DA (or 0xCA52DA) is known color: Medium Orchid. HEX triplet: CA, 52 and DA. RGB value is (202,82,218). Sum of RGB (Red+Green+Blue) = 202+82+218=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52DA is #35AD25. Grayscale: #848484. Windows color (decimal): -3517734 or 14308042. OLE color: 14308042.

HSL color Cylindrical-coordinate representation of color #CA52DA: hue angle of 292.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA52DA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 82 218 -
CMYK 0.07 0.62 0 0.15
HSL 292.94º 0.65% 0.59% -
HSV(B) 292.94º 0.62% 0.85% -
XYZ 40.03 23.65 68.79 -
YUV 133.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 202 82 218 0.07 0.62 0 0.15 292.94 0.65 0.59
Hex CA 52 DA 7 3E 0 F 125 41 3B
Octal 312 122 332 7 76 0 17 445 101 73
Binary 11001010 1010010 11011010 111 111110 0 1111 100100101 1000001 111011

Color Harmonies of #CA52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52DA

Black with #CA52DA

Text Example


Text Example

White with #CA52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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