Html Css Color HEX #CA35EC Medium Orchid

📋 copy color: '#CA35EC'

red 202 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #CA35EC

Tints of Medium Orchid #CA35EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 41.14%
G = 10.79%
B = 48.07%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA35EC (or 0xCA35EC) is known color: Medium Orchid. HEX triplet: CA, 35 and EC. RGB value is (202,53,236). Sum of RGB (Red+Green+Blue) = 202+53+236=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA35EC is #35CA13. Grayscale: #757575. Windows color (decimal): -3525140 or 15480266. OLE color: 15480266.

HSL color Cylindrical-coordinate representation of color #CA35EC: hue angle of 288.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA35EC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 53 236 -
CMYK 0.14 0.78 0 0.07
HSL 288.85º 0.83% 0.57% -
HSV(B) 288.85º 0.78% 0.93% -
XYZ 40.77 21.16 81.29 -
YUV 118.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 202 53 236 0.14 0.78 0 0.07 288.85 0.83 0.57
Hex CA 35 EC E 4E 0 7 121 53 39
Octal 312 65 354 16 116 0 7 441 123 71
Binary 11001010 110101 11101100 1110 1001110 0 111 100100001 1010011 111001

Color Harmonies of #CA35EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35EC

Black with #CA35EC

Text Example


Text Example

White with #CA35EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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