Html Css Color HEX #CA52D7 Medium Orchid

📋 copy color: '#CA52D7'

red 202 ◦ green 82 ◦ blue 215

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

Shades of Medium Orchid #CA52D7

Tints of Medium Orchid #CA52D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 40.48%
G = 16.43%
B = 43.09%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA52D7 (or 0xCA52D7) is known color: Medium Orchid. HEX triplet: CA, 52 and D7. RGB value is (202,82,215). Sum of RGB (Red+Green+Blue) = 202+82+215=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52D7 is #35AD28. Grayscale: #848484. Windows color (decimal): -3517737 or 14111434. OLE color: 14111434.

HSL color Cylindrical-coordinate representation of color #CA52D7: hue angle of 294.14º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA52D7 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 82 215 -
CMYK 0.06 0.62 0 0.16
HSL 294.14º 0.62% 0.58% -
HSV(B) 294.14º 0.62% 0.84% -
XYZ 39.64 23.5 66.74 -
YUV 133.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 202 82 215 0.06 0.62 0 0.16 294.14 0.62 0.58
Hex CA 52 D7 6 3E 0 10 126 3E 3A
Octal 312 122 327 6 76 0 20 446 76 72
Binary 11001010 1010010 11010111 110 111110 0 10000 100100110 111110 111010

Color Harmonies of #CA52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52D7

Black with #CA52D7

Text Example


Text Example

White with #CA52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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