Html Css Color HEX #C35BCE Medium Orchid

📋 copy color: '#C35BCE'

red 195 ◦ green 91 ◦ blue 206

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

Shades of Medium Orchid #C35BCE

Tints of Medium Orchid #C35BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.5%

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 39.63%
G = 18.5%
B = 41.87%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C35BCE (or 0xC35BCE) is known color: Medium Orchid. HEX triplet: C3, 5B and CE. RGB value is (195,91,206). Sum of RGB (Red+Green+Blue) = 195+91+206=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C35BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BCE is #3CA431. Grayscale: #868686. Windows color (decimal): -3974194 or 13523907. OLE color: 13523907.

HSL color Cylindrical-coordinate representation of color #C35BCE: hue angle of 294.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35BCE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 91 206 -
CMYK 0.05 0.56 0 0.19
HSL 294.26º 0.54% 0.58% -
HSV(B) 294.26º 0.56% 0.81% -
XYZ 37.39 23.54 60.97 -
YUV 135.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 195 91 206 0.05 0.56 0 0.19 294.26 0.54 0.58
Hex C3 5B CE 5 38 0 13 126 36 3A
Octal 303 133 316 5 70 0 23 446 66 72
Binary 11000011 1011011 11001110 101 111000 0 10011 100100110 110110 111010

Color Harmonies of #C35BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BCE

Black with #C35BCE

Text Example


Text Example

White with #C35BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BCE; }

 p { color: rgb(195,91,206); }

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

background-color css

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

 a { background-color: rgb(195,91,206); }

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

border-color css

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

 span { border-color: rgb(195,91,206); }

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