Html Css Color HEX #C35FE2 Medium Orchid

📋 copy color: '#C35FE2'

red 195 ◦ green 95 ◦ blue 226

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

Shades of Medium Orchid #C35FE2

Tints of Medium Orchid #C35FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

 BLUE value IS 226 (88.67% from 255) = 43.8%

R = 37.79%
G = 18.41%
B = 43.8%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C35FE2 (or 0xC35FE2) is known color: Medium Orchid. HEX triplet: C3, 5F and E2. RGB value is (195,95,226). Sum of RGB (Red+Green+Blue) = 195+95+226=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #C35FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FE2 is #3CA01D. Grayscale: #8B8B8B. Windows color (decimal): -3973150 or 14835651. OLE color: 14835651.

HSL color Cylindrical-coordinate representation of color #C35FE2: hue angle of 285.8º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35FE2 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 95 226 -
CMYK 0.14 0.58 0 0.11
HSL 285.8º 0.69% 0.63% -
HSV(B) 285.8º 0.58% 0.89% -
XYZ 40.33 25.28 74.71 -
YUV 139.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 195 95 226 0.14 0.58 0 0.11 285.8 0.69 0.63
Hex C3 5F E2 E 3A 0 B 11E 45 3F
Octal 303 137 342 16 72 0 13 436 105 77
Binary 11000011 1011111 11100010 1110 111010 0 1011 100011110 1000101 111111

Color Harmonies of #C35FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FE2

Black with #C35FE2

Text Example


Text Example

White with #C35FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FE2; }

 p { color: rgb(195,95,226); }

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

background-color css

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

 a { background-color: rgb(195,95,226); }

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

border-color css

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

 span { border-color: rgb(195,95,226); }

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