Html Css Color HEX #C35EEE Medium Orchid

📋 copy color: '#C35EEE'

red 195 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #C35EEE

Tints of Medium Orchid #C35EEE

RGB

 RED value IS 195 (76.56% from 255) = 37%

 GREEN value IS 94 (37.11% from 255) = 17.84%

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

R = 37%
G = 17.84%
B = 45.16%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35EEE (or 0xC35EEE) is known color: Medium Orchid. HEX triplet: C3, 5E and EE. RGB value is (195,94,238). Sum of RGB (Red+Green+Blue) = 195+94+238=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C35EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EEE is #3CA111. Grayscale: #8C8C8C. Windows color (decimal): -3973394 or 15621827. OLE color: 15621827.

HSL color Cylindrical-coordinate representation of color #C35EEE: hue angle of 282.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35EEE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 94 238 -
CMYK 0.18 0.61 0 0.07
HSL 282.08º 0.81% 0.65% -
HSV(B) 282.08º 0.61% 0.93% -
XYZ 41.94 25.78 83.65 -
YUV 140.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 195 94 238 0.18 0.61 0 0.07 282.08 0.81 0.65
Hex C3 5E EE 12 3D 0 7 11A 51 41
Octal 303 136 356 22 75 0 7 432 121 101
Binary 11000011 1011110 11101110 10010 111101 0 111 100011010 1010001 1000001

Color Harmonies of #C35EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EEE

Black with #C35EEE

Text Example


Text Example

White with #C35EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EEE; }

 p { color: rgb(195,94,238); }

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

background-color css

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

 a { background-color: rgb(195,94,238); }

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

border-color css

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

 span { border-color: rgb(195,94,238); }

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