Html Css Color HEX #C35EDD Medium Orchid

📋 copy color: '#C35EDD'

red 195 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #C35EDD

Tints of Medium Orchid #C35EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 38.24%
G = 18.43%
B = 43.33%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C35EDD (or 0xC35EDD) is known color: Medium Orchid. HEX triplet: C3, 5E and DD. RGB value is (195,94,221). Sum of RGB (Red+Green+Blue) = 195+94+221=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C35EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EDD is #3CA122. Grayscale: #8A8A8A. Windows color (decimal): -3973411 or 14507715. OLE color: 14507715.

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

Color convert

RGB 195 94 221 -
CMYK 0.12 0.57 0 0.13
HSL 287.72º 0.65% 0.62% -
HSV(B) 287.72º 0.57% 0.87% -
XYZ 39.56 24.83 71.11 -
YUV 138.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 195 94 221 0.12 0.57 0 0.13 287.72 0.65 0.62
Hex C3 5E DD C 39 0 D 120 41 3E
Octal 303 136 335 14 71 0 15 440 101 76
Binary 11000011 1011110 11011101 1100 111001 0 1101 100100000 1000001 111110

Color Harmonies of #C35EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EDD

Black with #C35EDD

Text Example


Text Example

White with #C35EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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