Html Css Color HEX #C935EE Medium Orchid

📋 copy color: '#C935EE'

red 201 ◦ green 53 ◦ blue 238

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

Shades of Medium Orchid #C935EE

Tints of Medium Orchid #C935EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 40.85%
G = 10.77%
B = 48.37%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C935EE (or 0xC935EE) is known color: Medium Orchid. HEX triplet: C9, 35 and EE. RGB value is (201,53,238). Sum of RGB (Red+Green+Blue) = 201+53+238=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #C935EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935EE is #36CA11. Grayscale: #757575. Windows color (decimal): -3590674 or 15611337. OLE color: 15611337.

HSL color Cylindrical-coordinate representation of color #C935EE: hue angle of 288º degrees, saturation: 0.84, 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 #C935EE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 53 238 -
CMYK 0.16 0.78 0 0.07
HSL 288º 0.84% 0.57% -
HSV(B) 288º 0.78% 0.93% -
XYZ 40.79 21.14 82.82 -
YUV 118.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 201 53 238 0.16 0.78 0 0.07 288 0.84 0.57
Hex C9 35 EE 10 4E 0 7 120 54 39
Octal 311 65 356 20 116 0 7 440 124 71
Binary 11001001 110101 11101110 10000 1001110 0 111 100100000 1010100 111001

Color Harmonies of #C935EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935EE

Black with #C935EE

Text Example


Text Example

White with #C935EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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