Html Css Color HEX #CA50EA Medium Orchid

📋 copy color: '#CA50EA'

red 202 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #CA50EA

Tints of Medium Orchid #CA50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 39.15%
G = 15.5%
B = 45.35%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA50EA (or 0xCA50EA) is known color: Medium Orchid. HEX triplet: CA, 50 and EA. RGB value is (202,80,234). Sum of RGB (Red+Green+Blue) = 202+80+234=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA50EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50EA is #35AF15. Grayscale: #858585. Windows color (decimal): -3518230 or 15356106. OLE color: 15356106.

HSL color Cylindrical-coordinate representation of color #CA50EA: hue angle of 287.53º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA50EA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 80 234 -
CMYK 0.14 0.66 0 0.08
HSL 287.53º 0.79% 0.62% -
HSV(B) 287.53º 0.66% 0.92% -
XYZ 42.08 24.23 80.3 -
YUV 134.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 202 80 234 0.14 0.66 0 0.08 287.53 0.79 0.62
Hex CA 50 EA E 42 0 8 120 4F 3E
Octal 312 120 352 16 102 0 10 440 117 76
Binary 11001010 1010000 11101010 1110 1000010 0 1000 100100000 1001111 111110

Color Harmonies of #CA50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50EA

Black with #CA50EA

Text Example


Text Example

White with #CA50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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