Html Css Color HEX #CA35E5 Medium Orchid

📋 copy color: '#CA35E5'

red 202 ◦ green 53 ◦ blue 229

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

Shades of Medium Orchid #CA35E5

Tints of Medium Orchid #CA35E5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.95%

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

R = 41.74%
G = 10.95%
B = 47.31%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA35E5 (or 0xCA35E5) is known color: Medium Orchid. HEX triplet: CA, 35 and E5. RGB value is (202,53,229). Sum of RGB (Red+Green+Blue) = 202+53+229=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35E5 is #35CA1A. Grayscale: #757575. Windows color (decimal): -3525147 or 15021514. OLE color: 15021514.

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

Color convert

RGB 202 53 229 -
CMYK 0.12 0.77 0 0.10
HSL 290.8º 0.77% 0.55% -
HSV(B) 290.8º 0.77% 0.9% -
XYZ 39.77 20.76 76.04 -
YUV 117.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 202 53 229 0.12 0.77 0 0.10 290.8 0.77 0.55
Hex CA 35 E5 C 4D 0 A 123 4D 37
Octal 312 65 345 14 115 0 12 443 115 67
Binary 11001010 110101 11100101 1100 1001101 0 1010 100100011 1001101 110111

Color Harmonies of #CA35E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35E5

Black with #CA35E5

Text Example


Text Example

White with #CA35E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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