Html Css Color HEX #C357D0 Medium Orchid

📋 copy color: '#C357D0'

red 195 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #C357D0

Tints of Medium Orchid #C357D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 39.8%
G = 17.76%
B = 42.45%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C357D0 (or 0xC357D0) is known color: Medium Orchid. HEX triplet: C3, 57 and D0. RGB value is (195,87,208). Sum of RGB (Red+Green+Blue) = 195+87+208=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C357D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357D0 is #3CA82F. Grayscale: #848484. Windows color (decimal): -3975216 or 13653955. OLE color: 13653955.

HSL color Cylindrical-coordinate representation of color #C357D0: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C357D0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 87 208 -
CMYK 0.06 0.58 0 0.18
HSL 293.55º 0.56% 0.58% -
HSV(B) 293.55º 0.58% 0.82% -
XYZ 37.3 22.97 62.14 -
YUV 133.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 195 87 208 0.06 0.58 0 0.18 293.55 0.56 0.58
Hex C3 57 D0 6 3A 0 12 126 38 3A
Octal 303 127 320 6 72 0 22 446 70 72
Binary 11000011 1010111 11010000 110 111010 0 10010 100100110 111000 111010

Color Harmonies of #C357D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C357D0

Black with #C357D0

Text Example


Text Example

White with #C357D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C357D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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