Html Css Color HEX #CA50D3 Medium Orchid

📋 copy color: '#CA50D3'

red 202 ◦ green 80 ◦ blue 211

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

Shades of Medium Orchid #CA50D3

Tints of Medium Orchid #CA50D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 40.97%
G = 16.23%
B = 42.8%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA50D3 (or 0xCA50D3) is known color: Medium Orchid. HEX triplet: CA, 50 and D3. RGB value is (202,80,211). Sum of RGB (Red+Green+Blue) = 202+80+211=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA50D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50D3 is #35AF2C. Grayscale: #838383. Windows color (decimal): -3518253 or 13848778. OLE color: 13848778.

HSL color Cylindrical-coordinate representation of color #CA50D3: hue angle of 295.88º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA50D3 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 80 211 -
CMYK 0.04 0.62 0 0.17
HSL 295.88º 0.6% 0.57% -
HSV(B) 295.88º 0.62% 0.83% -
XYZ 38.98 23 64.01 -
YUV 131.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 202 80 211 0.04 0.62 0 0.17 295.88 0.6 0.57
Hex CA 50 D3 4 3E 0 11 128 3C 39
Octal 312 120 323 4 76 0 21 450 74 71
Binary 11001010 1010000 11010011 100 111110 0 10001 100101000 111100 111001

Color Harmonies of #CA50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50D3

Black with #CA50D3

Text Example


Text Example

White with #CA50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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