Html Css Color HEX #C35DF3 Medium Orchid

📋 copy color: '#C35DF3'

red 195 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #C35DF3

Tints of Medium Orchid #C35DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.76%

R = 36.72%
G = 17.51%
B = 45.76%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C35DF3 (or 0xC35DF3) is known color: Medium Orchid. HEX triplet: C3, 5D and F3. RGB value is (195,93,243). Sum of RGB (Red+Green+Blue) = 195+93+243=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #C35DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DF3 is #3CA20C. Grayscale: #8C8C8C. Windows color (decimal): -3973645 or 15949251. OLE color: 15949251.

HSL color Cylindrical-coordinate representation of color #C35DF3: hue angle of 280.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35DF3 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 93 243 -
CMYK 0.20 0.62 0 0.05
HSL 280.8º 0.86% 0.66% -
HSV(B) 280.8º 0.62% 0.95% -
XYZ 42.6 25.9 87.55 -
YUV 140.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 195 93 243 0.20 0.62 0 0.05 280.8 0.86 0.66
Hex C3 5D F3 14 3E 0 5 119 56 42
Octal 303 135 363 24 76 0 5 431 126 102
Binary 11000011 1011101 11110011 10100 111110 0 101 100011001 1010110 1000010

Color Harmonies of #C35DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DF3

Black with #C35DF3

Text Example


Text Example

White with #C35DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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