Html Css Color HEX #C35CEC Medium Orchid

📋 copy color: '#C35CEC'

red 195 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #C35CEC

Tints of Medium Orchid #C35CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

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

R = 37.28%
G = 17.59%
B = 45.12%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35CEC (or 0xC35CEC) is known color: Medium Orchid. HEX triplet: C3, 5C and EC. RGB value is (195,92,236). Sum of RGB (Red+Green+Blue) = 195+92+236=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #C35CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CEC is #3CA313. Grayscale: #8A8A8A. Windows color (decimal): -3973908 or 15490243. OLE color: 15490243.

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

Color convert

RGB 195 92 236 -
CMYK 0.17 0.61 0 0.07
HSL 282.92º 0.79% 0.64% -
HSV(B) 282.92º 0.61% 0.93% -
XYZ 41.47 25.31 82.06 -
YUV 139.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 195 92 236 0.17 0.61 0 0.07 282.92 0.79 0.64
Hex C3 5C EC 11 3D 0 7 11B 4F 40
Octal 303 134 354 21 75 0 7 433 117 100
Binary 11000011 1011100 11101100 10001 111101 0 111 100011011 1001111 1000000

Color Harmonies of #C35CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CEC

Black with #C35CEC

Text Example


Text Example

White with #C35CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CEC; }

 p { color: rgb(195,92,236); }

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

background-color css

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

 a { background-color: rgb(195,92,236); }

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

border-color css

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

 span { border-color: rgb(195,92,236); }

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