Html Css Color HEX #CA50EE Medium Orchid

📋 copy color: '#CA50EE'

red 202 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #CA50EE

Tints of Medium Orchid #CA50EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 38.85%
G = 15.38%
B = 45.77%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA50EE (or 0xCA50EE) is known color: Medium Orchid. HEX triplet: CA, 50 and EE. RGB value is (202,80,238). Sum of RGB (Red+Green+Blue) = 202+80+238=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50EE is #35AF11. Grayscale: #858585. Windows color (decimal): -3518226 or 15618250. OLE color: 15618250.

HSL color Cylindrical-coordinate representation of color #CA50EE: hue angle of 286.33º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA50EE is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 80 238 -
CMYK 0.15 0.66 0 0.07
HSL 286.33º 0.82% 0.62% -
HSV(B) 286.33º 0.66% 0.93% -
XYZ 42.66 24.47 83.36 -
YUV 134.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 202 80 238 0.15 0.66 0 0.07 286.33 0.82 0.62
Hex CA 50 EE F 42 0 7 11E 52 3E
Octal 312 120 356 17 102 0 7 436 122 76
Binary 11001010 1010000 11101110 1111 1000010 0 111 100011110 1010010 111110

Color Harmonies of #CA50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50EE

Black with #CA50EE

Text Example


Text Example

White with #CA50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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