Html Css Color HEX #C157CF Medium Orchid

📋 copy color: '#C157CF'

red 193 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #C157CF

Tints of Medium Orchid #C157CF

RGB

 RED value IS 193 (75.78% from 255) = 39.63%

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

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

R = 39.63%
G = 17.86%
B = 42.51%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C157CF (or 0xC157CF) is known color: Medium Orchid. HEX triplet: C1, 57 and CF. RGB value is (193,87,207). Sum of RGB (Red+Green+Blue) = 193+87+207=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C157CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157CF is #3EA830. Grayscale: #848484. Windows color (decimal): -4106289 or 13588417. OLE color: 13588417.

HSL color Cylindrical-coordinate representation of color #C157CF: hue angle of 293º 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 #C157CF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 87 207 -
CMYK 0.07 0.58 0 0.19
HSL 293º 0.56% 0.58% -
HSV(B) 293º 0.58% 0.81% -
XYZ 36.66 22.66 61.47 -
YUV 132.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 193 87 207 0.07 0.58 0 0.19 293 0.56 0.58
Hex C1 57 CF 7 3A 0 13 125 38 3A
Octal 301 127 317 7 72 0 23 445 70 72
Binary 11000001 1010111 11001111 111 111010 0 10011 100100101 111000 111010

Color Harmonies of #C157CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157CF

Black with #C157CF

Text Example


Text Example

White with #C157CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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