Html Css Color HEX #C35DDF Medium Orchid

📋 copy color: '#C35DDF'

red 195 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #C35DDF

Tints of Medium Orchid #C35DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 38.16%
G = 18.2%
B = 43.64%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C35DDF (or 0xC35DDF) is known color: Medium Orchid. HEX triplet: C3, 5D and DF. RGB value is (195,93,223). Sum of RGB (Red+Green+Blue) = 195+93+223=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #C35DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DDF is #3CA220. Grayscale: #898989. Windows color (decimal): -3973665 or 14638531. OLE color: 14638531.

HSL color Cylindrical-coordinate representation of color #C35DDF: hue angle of 287.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35DDF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 93 223 -
CMYK 0.13 0.58 0 0.13
HSL 287.08º 0.67% 0.62% -
HSV(B) 287.08º 0.58% 0.87% -
XYZ 39.74 24.76 72.5 -
YUV 138.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 195 93 223 0.13 0.58 0 0.13 287.08 0.67 0.62
Hex C3 5D DF D 3A 0 D 11F 43 3E
Octal 303 135 337 15 72 0 15 437 103 76
Binary 11000011 1011101 11011111 1101 111010 0 1101 100011111 1000011 111110

Color Harmonies of #C35DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DDF

Black with #C35DDF

Text Example


Text Example

White with #C35DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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