Html Css Color HEX #C35EDA Medium Orchid

📋 copy color: '#C35EDA'

red 195 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #C35EDA

Tints of Medium Orchid #C35EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 38.46%
G = 18.54%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C35EDA (or 0xC35EDA) is known color: Medium Orchid. HEX triplet: C3, 5E and DA. RGB value is (195,94,218). Sum of RGB (Red+Green+Blue) = 195+94+218=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C35EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EDA is #3CA125. Grayscale: #898989. Windows color (decimal): -3973414 or 14311107. OLE color: 14311107.

HSL color Cylindrical-coordinate representation of color #C35EDA: hue angle of 288.87º degrees, saturation: 0.63, 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 #C35EDA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 94 218 -
CMYK 0.11 0.57 0 0.15
HSL 288.87º 0.63% 0.61% -
HSV(B) 288.87º 0.57% 0.85% -
XYZ 39.16 24.67 69.03 -
YUV 138.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 195 94 218 0.11 0.57 0 0.15 288.87 0.63 0.61
Hex C3 5E DA B 39 0 F 121 3F 3D
Octal 303 136 332 13 71 0 17 441 77 75
Binary 11000011 1011110 11011010 1011 111001 0 1111 100100001 111111 111101

Color Harmonies of #C35EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EDA

Black with #C35EDA

Text Example


Text Example

White with #C35EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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