Html Css Color HEX #C357D8 Medium Orchid

📋 copy color: '#C357D8'

red 195 ◦ green 87 ◦ blue 216

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

Shades of Medium Orchid #C357D8

Tints of Medium Orchid #C357D8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.47%

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 39.16%
G = 17.47%
B = 43.37%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C357D8 (or 0xC357D8) is known color: Medium Orchid. HEX triplet: C3, 57 and D8. RGB value is (195,87,216). Sum of RGB (Red+Green+Blue) = 195+87+216=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #C357D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357D8 is #3CA827. Grayscale: #858585. Windows color (decimal): -3975208 or 14178243. OLE color: 14178243.

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

Color convert

RGB 195 87 216 -
CMYK 0.10 0.60 0 0.15
HSL 290.23º 0.62% 0.59% -
HSV(B) 290.23º 0.6% 0.85% -
XYZ 38.31 23.38 67.46 -
YUV 134 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 195 87 216 0.10 0.60 0 0.15 290.23 0.62 0.59
Hex C3 57 D8 A 3C 0 F 122 3E 3B
Octal 303 127 330 12 74 0 17 442 76 73
Binary 11000011 1010111 11011000 1010 111100 0 1111 100100010 111110 111011

Color Harmonies of #C357D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C357D8

Black with #C357D8

Text Example


Text Example

White with #C357D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C357D8; }

 p { color: rgb(195,87,216); }

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

background-color css

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

 a { background-color: rgb(195,87,216); }

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

border-color css

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

 span { border-color: rgb(195,87,216); }

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