Html Css Color HEX #CA52EF Medium Orchid

📋 copy color: '#CA52EF'

red 202 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #CA52EF

Tints of Medium Orchid #CA52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 38.62%
G = 15.68%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA52EF (or 0xCA52EF) is known color: Medium Orchid. HEX triplet: CA, 52 and EF. RGB value is (202,82,239). Sum of RGB (Red+Green+Blue) = 202+82+239=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA52EF is #35AD10. Grayscale: #878787. Windows color (decimal): -3517713 or 15684298. OLE color: 15684298.

HSL color Cylindrical-coordinate representation of color #CA52EF: hue angle of 285.86º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA52EF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 82 239 -
CMYK 0.15 0.66 0 0.06
HSL 285.86º 0.83% 0.63% -
HSV(B) 285.86º 0.66% 0.94% -
XYZ 42.95 24.82 84.19 -
YUV 135.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 202 82 239 0.15 0.66 0 0.06 285.86 0.83 0.63
Hex CA 52 EF F 42 0 6 11E 53 3F
Octal 312 122 357 17 102 0 6 436 123 77
Binary 11001010 1010010 11101111 1111 1000010 0 110 100011110 1010011 111111

Color Harmonies of #CA52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52EF

Black with #CA52EF

Text Example


Text Example

White with #CA52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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