Html Css Color HEX #CA40EB Medium Orchid

📋 copy color: '#CA40EB'

red 202 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #CA40EB

Tints of Medium Orchid #CA40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.77%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 40.32%
G = 12.77%
B = 46.91%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA40EB (or 0xCA40EB) is known color: Medium Orchid. HEX triplet: CA, 40 and EB. RGB value is (202,64,235). Sum of RGB (Red+Green+Blue) = 202+64+235=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40EB is #35BF14. Grayscale: #7C7C7C. Windows color (decimal): -3522325 or 15417546. OLE color: 15417546.

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

Color convert

RGB 202 64 235 -
CMYK 0.14 0.73 0 0.08
HSL 288.42º 0.81% 0.59% -
HSV(B) 288.42º 0.73% 0.92% -
XYZ 41.19 22.22 80.72 -
YUV 124.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 202 64 235 0.14 0.73 0 0.08 288.42 0.81 0.59
Hex CA 40 EB E 49 0 8 120 51 3B
Octal 312 100 353 16 111 0 10 440 121 73
Binary 11001010 1000000 11101011 1110 1001001 0 1000 100100000 1010001 111011

Color Harmonies of #CA40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40EB

Black with #CA40EB

Text Example


Text Example

White with #CA40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40EB; }

 p { color: rgb(202,64,235); }

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

background-color css

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

 a { background-color: rgb(202,64,235); }

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

border-color css

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

 span { border-color: rgb(202,64,235); }

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