Html Css Color HEX #C935EA Medium Orchid

📋 copy color: '#C935EA'

red 201 ◦ green 53 ◦ blue 234

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

Shades of Medium Orchid #C935EA

Tints of Medium Orchid #C935EA

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

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

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

R = 41.19%
G = 10.86%
B = 47.95%

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

#C935EA (or 0xC935EA) is known color: Medium Orchid. HEX triplet: C9, 35 and EA. RGB value is (201,53,234). Sum of RGB (Red+Green+Blue) = 201+53+234=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #C935EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935EA is #36CA15. Grayscale: #757575. Windows color (decimal): -3590678 or 15349193. OLE color: 15349193.

HSL color Cylindrical-coordinate representation of color #C935EA: hue angle of 289.06º 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 #C935EA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 53 234 -
CMYK 0.14 0.77 0 0.08
HSL 289.06º 0.81% 0.56% -
HSV(B) 289.06º 0.77% 0.92% -
XYZ 40.21 20.9 79.76 -
YUV 117.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 201 53 234 0.14 0.77 0 0.08 289.06 0.81 0.56
Hex C9 35 EA E 4D 0 8 121 51 38
Octal 311 65 352 16 115 0 10 441 121 70
Binary 11001001 110101 11101010 1110 1001101 0 1000 100100001 1010001 111000

Color Harmonies of #C935EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935EA

Black with #C935EA

Text Example


Text Example

White with #C935EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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