Html Css Color HEX #CA53DB Medium Orchid

📋 copy color: '#CA53DB'

red 202 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #CA53DB

Tints of Medium Orchid #CA53DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 40.08%
G = 16.47%
B = 43.45%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA53DB (or 0xCA53DB) is known color: Medium Orchid. HEX triplet: CA, 53 and DB. RGB value is (202,83,219). Sum of RGB (Red+Green+Blue) = 202+83+219=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53DB is #35AC24. Grayscale: #858585. Windows color (decimal): -3517477 or 14373834. OLE color: 14373834.

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

Color convert

RGB 202 83 219 -
CMYK 0.08 0.62 0 0.14
HSL 292.5º 0.65% 0.59% -
HSV(B) 292.5º 0.62% 0.86% -
XYZ 40.24 23.86 69.5 -
YUV 134.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 202 83 219 0.08 0.62 0 0.14 292.5 0.65 0.59
Hex CA 53 DB 8 3E 0 E 124 41 3B
Octal 312 123 333 10 76 0 16 444 101 73
Binary 11001010 1010011 11011011 1000 111110 0 1110 100100100 1000001 111011

Color Harmonies of #CA53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53DB

Black with #CA53DB

Text Example


Text Example

White with #CA53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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