Html Css Color HEX #CA50DC Medium Orchid

📋 copy color: '#CA50DC'

red 202 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #CA50DC

Tints of Medium Orchid #CA50DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 40.24%
G = 15.94%
B = 43.82%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA50DC (or 0xCA50DC) is known color: Medium Orchid. HEX triplet: CA, 50 and DC. RGB value is (202,80,220). Sum of RGB (Red+Green+Blue) = 202+80+220=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA50DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50DC is #35AF23. Grayscale: #838383. Windows color (decimal): -3518244 or 14438602. OLE color: 14438602.

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

Color convert

RGB 202 80 220 -
CMYK 0.08 0.64 0 0.14
HSL 292.29º 0.67% 0.59% -
HSV(B) 292.29º 0.64% 0.86% -
XYZ 40.14 23.46 70.12 -
YUV 132.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 202 80 220 0.08 0.64 0 0.14 292.29 0.67 0.59
Hex CA 50 DC 8 40 0 E 124 43 3B
Octal 312 120 334 10 100 0 16 444 103 73
Binary 11001010 1010000 11011100 1000 1000000 0 1110 100100100 1000011 111011

Color Harmonies of #CA50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50DC

Black with #CA50DC

Text Example


Text Example

White with #CA50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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