Html Css Color HEX #C35ED9 Medium Orchid

📋 copy color: '#C35ED9'

red 195 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #C35ED9

Tints of Medium Orchid #C35ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.58%

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 38.54%
G = 18.58%
B = 42.89%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C35ED9 (or 0xC35ED9) is known color: Medium Orchid. HEX triplet: C3, 5E and D9. RGB value is (195,94,217). Sum of RGB (Red+Green+Blue) = 195+94+217=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C35ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ED9 is #3CA126. Grayscale: #898989. Windows color (decimal): -3973415 or 14245571. OLE color: 14245571.

HSL color Cylindrical-coordinate representation of color #C35ED9: hue angle of 289.27º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35ED9 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 94 217 -
CMYK 0.10 0.57 0 0.15
HSL 289.27º 0.62% 0.61% -
HSV(B) 289.27º 0.57% 0.85% -
XYZ 39.03 24.62 68.34 -
YUV 138.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 195 94 217 0.10 0.57 0 0.15 289.27 0.62 0.61
Hex C3 5E D9 A 39 0 F 121 3E 3D
Octal 303 136 331 12 71 0 17 441 76 75
Binary 11000011 1011110 11011001 1010 111001 0 1111 100100001 111110 111101

Color Harmonies of #C35ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ED9

Black with #C35ED9

Text Example


Text Example

White with #C35ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ED9; }

 p { color: rgb(195,94,217); }

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

background-color css

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

 a { background-color: rgb(195,94,217); }

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

border-color css

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

 span { border-color: rgb(195,94,217); }

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