Html Css Color HEX #C35DF1 Medium Orchid

📋 copy color: '#C35DF1'

red 195 ◦ green 93 ◦ blue 241

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

Shades of Medium Orchid #C35DF1

Tints of Medium Orchid #C35DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.58%

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 36.86%
G = 17.58%
B = 45.56%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C35DF1 (or 0xC35DF1) is known color: Medium Orchid. HEX triplet: C3, 5D and F1. RGB value is (195,93,241). Sum of RGB (Red+Green+Blue) = 195+93+241=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #C35DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DF1 is #3CA20E. Grayscale: #8B8B8B. Windows color (decimal): -3973647 or 15818179. OLE color: 15818179.

HSL color Cylindrical-coordinate representation of color #C35DF1: hue angle of 281.35º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35DF1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 93 241 -
CMYK 0.19 0.61 0 0.05
HSL 281.35º 0.84% 0.65% -
HSV(B) 281.35º 0.61% 0.95% -
XYZ 42.3 25.78 85.97 -
YUV 140.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 195 93 241 0.19 0.61 0 0.05 281.35 0.84 0.65
Hex C3 5D F1 13 3D 0 5 119 54 41
Octal 303 135 361 23 75 0 5 431 124 101
Binary 11000011 1011101 11110001 10011 111101 0 101 100011001 1010100 1000001

Color Harmonies of #C35DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DF1

Black with #C35DF1

Text Example


Text Example

White with #C35DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DF1; }

 p { color: rgb(195,93,241); }

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

background-color css

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

 a { background-color: rgb(195,93,241); }

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

border-color css

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

 span { border-color: rgb(195,93,241); }

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