Html Css Color HEX #CA50D8 Medium Orchid

📋 copy color: '#CA50D8'

red 202 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #CA50D8

Tints of Medium Orchid #CA50D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 40.56%
G = 16.06%
B = 43.37%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA50D8 (or 0xCA50D8) is known color: Medium Orchid. HEX triplet: CA, 50 and D8. RGB value is (202,80,216). Sum of RGB (Red+Green+Blue) = 202+80+216=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA50D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50D8 is #35AF27. Grayscale: #838383. Windows color (decimal): -3518248 or 14176458. OLE color: 14176458.

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

Color convert

RGB 202 80 216 -
CMYK 0.06 0.63 0 0.15
HSL 293.82º 0.64% 0.58% -
HSV(B) 293.82º 0.63% 0.85% -
XYZ 39.62 23.25 67.37 -
YUV 131.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 202 80 216 0.06 0.63 0 0.15 293.82 0.64 0.58
Hex CA 50 D8 6 3F 0 F 126 40 3A
Octal 312 120 330 6 77 0 17 446 100 72
Binary 11001010 1010000 11011000 110 111111 0 1111 100100110 1000000 111010

Color Harmonies of #CA50D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50D8

Black with #CA50D8

Text Example


Text Example

White with #CA50D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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