Html Css Color HEX #CA40EE Medium Orchid

📋 copy color: '#CA40EE'

red 202 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #CA40EE

Tints of Medium Orchid #CA40EE

RGB

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

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

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

R = 40.08%
G = 12.7%
B = 47.22%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA40EE (or 0xCA40EE) is known color: Medium Orchid. HEX triplet: CA, 40 and EE. RGB value is (202,64,238). Sum of RGB (Red+Green+Blue) = 202+64+238=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40EE is #35BF11. Grayscale: #7C7C7C. Windows color (decimal): -3522322 or 15614154. OLE color: 15614154.

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

Color convert

RGB 202 64 238 -
CMYK 0.15 0.73 0 0.07
HSL 287.59º 0.84% 0.59% -
HSV(B) 287.59º 0.73% 0.93% -
XYZ 41.62 22.4 83.02 -
YUV 125.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 202 64 238 0.15 0.73 0 0.07 287.59 0.84 0.59
Hex CA 40 EE F 49 0 7 120 54 3B
Octal 312 100 356 17 111 0 7 440 124 73
Binary 11001010 1000000 11101110 1111 1001001 0 111 100100000 1010100 111011

Color Harmonies of #CA40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40EE

Black with #CA40EE

Text Example


Text Example

White with #CA40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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