Html Css Color HEX #CA35EA Medium Orchid

📋 copy color: '#CA35EA'

red 202 ◦ green 53 ◦ blue 234

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

Shades of Medium Orchid #CA35EA

Tints of Medium Orchid #CA35EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 41.31%
G = 10.84%
B = 47.85%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA35EA (or 0xCA35EA) is known color: Medium Orchid. HEX triplet: CA, 35 and EA. RGB value is (202,53,234). Sum of RGB (Red+Green+Blue) = 202+53+234=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA35EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA35EA is #35CA15. Grayscale: #757575. Windows color (decimal): -3525142 or 15349194. OLE color: 15349194.

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

Color convert

RGB 202 53 234 -
CMYK 0.14 0.77 0 0.08
HSL 289.39º 0.81% 0.56% -
HSV(B) 289.39º 0.77% 0.92% -
XYZ 40.48 21.04 79.77 -
YUV 118.19 193.36 187.78 -
System Red Green Blue C M Y K H S L
Decimal 202 53 234 0.14 0.77 0 0.08 289.39 0.81 0.56
Hex CA 35 EA E 4D 0 8 121 51 38
Octal 312 65 352 16 115 0 10 441 121 70
Binary 11001010 110101 11101010 1110 1001101 0 1000 100100001 1010001 111000

Color Harmonies of #CA35EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35EA

Black with #CA35EA

Text Example


Text Example

White with #CA35EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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