Html Css Color HEX #CA50D7 Medium Orchid

📋 copy color: '#CA50D7'

red 202 ◦ green 80 ◦ blue 215

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

Shades of Medium Orchid #CA50D7

Tints of Medium Orchid #CA50D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.26%

R = 40.64%
G = 16.1%
B = 43.26%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA50D7 (or 0xCA50D7) is known color: Medium Orchid. HEX triplet: CA, 50 and D7. RGB value is (202,80,215). Sum of RGB (Red+Green+Blue) = 202+80+215=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50D7 is #35AF28. Grayscale: #838383. Windows color (decimal): -3518249 or 14110922. OLE color: 14110922.

HSL color Cylindrical-coordinate representation of color #CA50D7: hue angle of 294.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA50D7 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 80 215 -
CMYK 0.06 0.63 0 0.16
HSL 294.22º 0.63% 0.58% -
HSV(B) 294.22º 0.63% 0.84% -
XYZ 39.49 23.2 66.69 -
YUV 131.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 202 80 215 0.06 0.63 0 0.16 294.22 0.63 0.58
Hex CA 50 D7 6 3F 0 10 126 3F 3A
Octal 312 120 327 6 77 0 20 446 77 72
Binary 11001010 1010000 11010111 110 111111 0 10000 100100110 111111 111010

Color Harmonies of #CA50D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50D7

Black with #CA50D7

Text Example


Text Example

White with #CA50D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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