Html Css Color HEX #CA40E5 Medium Orchid

📋 copy color: '#CA40E5'

red 202 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #CA40E5

Tints of Medium Orchid #CA40E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 40.81%
G = 12.93%
B = 46.26%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA40E5 (or 0xCA40E5) is known color: Medium Orchid. HEX triplet: CA, 40 and E5. RGB value is (202,64,229). Sum of RGB (Red+Green+Blue) = 202+64+229=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA40E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40E5 is #35BF1A. Grayscale: #7B7B7B. Windows color (decimal): -3522331 or 15024330. OLE color: 15024330.

HSL color Cylindrical-coordinate representation of color #CA40E5: hue angle of 290.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA40E5 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 64 229 -
CMYK 0.12 0.72 0 0.10
HSL 290.18º 0.76% 0.57% -
HSV(B) 290.18º 0.72% 0.9% -
XYZ 40.33 21.88 76.23 -
YUV 124.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 202 64 229 0.12 0.72 0 0.10 290.18 0.76 0.57
Hex CA 40 E5 C 48 0 A 122 4C 39
Octal 312 100 345 14 110 0 12 442 114 71
Binary 11001010 1000000 11100101 1100 1001000 0 1010 100100010 1001100 111001

Color Harmonies of #CA40E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40E5

Black with #CA40E5

Text Example


Text Example

White with #CA40E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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