Html Css Color HEX #CA52E4 Medium Orchid

📋 copy color: '#CA52E4'

red 202 ◦ green 82 ◦ blue 228

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

Shades of Medium Orchid #CA52E4

Tints of Medium Orchid #CA52E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 39.45%
G = 16.02%
B = 44.53%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA52E4 (or 0xCA52E4) is known color: Medium Orchid. HEX triplet: CA, 52 and E4. RGB value is (202,82,228). Sum of RGB (Red+Green+Blue) = 202+82+228=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA52E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52E4 is #35AD1B. Grayscale: #868686. Windows color (decimal): -3517724 or 14963402. OLE color: 14963402.

HSL color Cylindrical-coordinate representation of color #CA52E4: hue angle of 289.32º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA52E4 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 82 228 -
CMYK 0.11 0.64 0 0.11
HSL 289.32º 0.73% 0.61% -
HSV(B) 289.32º 0.64% 0.89% -
XYZ 41.38 24.19 75.89 -
YUV 134.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 202 82 228 0.11 0.64 0 0.11 289.32 0.73 0.61
Hex CA 52 E4 B 40 0 B 121 49 3D
Octal 312 122 344 13 100 0 13 441 111 75
Binary 11001010 1010010 11100100 1011 1000000 0 1011 100100001 1001001 111101

Color Harmonies of #CA52E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52E4

Black with #CA52E4

Text Example


Text Example

White with #CA52E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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