Html Css Color HEX #C357CF Medium Orchid

📋 copy color: '#C357CF'

red 195 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #C357CF

Tints of Medium Orchid #C357CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 39.88%
G = 17.79%
B = 42.33%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C357CF (or 0xC357CF) is known color: Medium Orchid. HEX triplet: C3, 57 and CF. RGB value is (195,87,207). Sum of RGB (Red+Green+Blue) = 195+87+207=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C357CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357CF is #3CA830. Grayscale: #848484. Windows color (decimal): -3975217 or 13588419. OLE color: 13588419.

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

Color convert

RGB 195 87 207 -
CMYK 0.06 0.58 0 0.19
HSL 294º 0.56% 0.58% -
HSV(B) 294º 0.58% 0.81% -
XYZ 37.18 22.92 61.5 -
YUV 132.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 195 87 207 0.06 0.58 0 0.19 294 0.56 0.58
Hex C3 57 CF 6 3A 0 13 126 38 3A
Octal 303 127 317 6 72 0 23 446 70 72
Binary 11000011 1010111 11001111 110 111010 0 10011 100100110 111000 111010

Color Harmonies of #C357CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C357CF

Black with #C357CF

Text Example


Text Example

White with #C357CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C357CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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