Html Css Color HEX #CA50E0 Medium Orchid

📋 copy color: '#CA50E0'

red 202 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #CA50E0

Tints of Medium Orchid #CA50E0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.81%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 39.92%
G = 15.81%
B = 44.27%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA50E0 (or 0xCA50E0) is known color: Medium Orchid. HEX triplet: CA, 50 and E0. RGB value is (202,80,224). Sum of RGB (Red+Green+Blue) = 202+80+224=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA50E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50E0 is #35AF1F. Grayscale: #848484. Windows color (decimal): -3518240 or 14700746. OLE color: 14700746.

HSL color Cylindrical-coordinate representation of color #CA50E0: hue angle of 290.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA50E0 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 80 224 -
CMYK 0.10 0.64 0 0.12
HSL 290.83º 0.7% 0.6% -
HSV(B) 290.83º 0.64% 0.88% -
XYZ 40.68 23.68 72.95 -
YUV 132.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 202 80 224 0.10 0.64 0 0.12 290.83 0.7 0.6
Hex CA 50 E0 A 40 0 C 123 46 3C
Octal 312 120 340 12 100 0 14 443 106 74
Binary 11001010 1010000 11100000 1010 1000000 0 1100 100100011 1000110 111100

Color Harmonies of #CA50E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50E0

Black with #CA50E0

Text Example


Text Example

White with #CA50E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50E0; }

 p { color: rgb(202,80,224); }

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

background-color css

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

 a { background-color: rgb(202,80,224); }

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

border-color css

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

 span { border-color: rgb(202,80,224); }

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