Html Css Color HEX #CA53DD Medium Orchid

📋 copy color: '#CA53DD'

red 202 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #CA53DD

Tints of Medium Orchid #CA53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.4%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 39.92%
G = 16.4%
B = 43.68%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA53DD (or 0xCA53DD) is known color: Medium Orchid. HEX triplet: CA, 53 and DD. RGB value is (202,83,221). Sum of RGB (Red+Green+Blue) = 202+83+221=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53DD is #35AC22. Grayscale: #858585. Windows color (decimal): -3517475 or 14504906. OLE color: 14504906.

HSL color Cylindrical-coordinate representation of color #CA53DD: hue angle of 291.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA53DD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 83 221 -
CMYK 0.09 0.62 0 0.13
HSL 291.74º 0.67% 0.6% -
HSV(B) 291.74º 0.62% 0.87% -
XYZ 40.5 23.96 70.9 -
YUV 134.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 202 83 221 0.09 0.62 0 0.13 291.74 0.67 0.6
Hex CA 53 DD 9 3E 0 D 124 43 3C
Octal 312 123 335 11 76 0 15 444 103 74
Binary 11001010 1010011 11011101 1001 111110 0 1101 100100100 1000011 111100

Color Harmonies of #CA53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53DD

Black with #CA53DD

Text Example


Text Example

White with #CA53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53DD; }

 p { color: rgb(202,83,221); }

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

background-color css

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

 a { background-color: rgb(202,83,221); }

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

border-color css

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

 span { border-color: rgb(202,83,221); }

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