Html Css Color HEX #CA35EF Medium Orchid

📋 copy color: '#CA35EF'

red 202 ◦ green 53 ◦ blue 239

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

Shades of Medium Orchid #CA35EF

Tints of Medium Orchid #CA35EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 40.89%
G = 10.73%
B = 48.38%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA35EF (or 0xCA35EF) is known color: Medium Orchid. HEX triplet: CA, 35 and EF. RGB value is (202,53,239). Sum of RGB (Red+Green+Blue) = 202+53+239=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA35EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA35EF is #35CA10. Grayscale: #767676. Windows color (decimal): -3525137 or 15676874. OLE color: 15676874.

HSL color Cylindrical-coordinate representation of color #CA35EF: hue angle of 288.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA35EF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 53 239 -
CMYK 0.15 0.78 0 0.06
HSL 288.06º 0.85% 0.57% -
HSV(B) 288.06º 0.78% 0.94% -
XYZ 41.21 21.33 83.61 -
YUV 118.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 202 53 239 0.15 0.78 0 0.06 288.06 0.85 0.57
Hex CA 35 EF F 4E 0 6 120 55 39
Octal 312 65 357 17 116 0 6 440 125 71
Binary 11001010 110101 11101111 1111 1001110 0 110 100100000 1010101 111001

Color Harmonies of #CA35EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35EF

Black with #CA35EF

Text Example


Text Example

White with #CA35EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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