Html Css Color HEX #C157CC Medium Orchid

📋 copy color: '#C157CC'

red 193 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #C157CC

Tints of Medium Orchid #C157CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 39.88%
G = 17.98%
B = 42.15%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C157CC (or 0xC157CC) is known color: Medium Orchid. HEX triplet: C1, 57 and CC. RGB value is (193,87,204). Sum of RGB (Red+Green+Blue) = 193+87+204=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C157CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157CC is #3EA833. Grayscale: #838383. Windows color (decimal): -4106292 or 13391809. OLE color: 13391809.

HSL color Cylindrical-coordinate representation of color #C157CC: hue angle of 294.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C157CC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 87 204 -
CMYK 0.05 0.57 0 0.2
HSL 294.36º 0.53% 0.57% -
HSV(B) 294.36º 0.57% 0.8% -
XYZ 36.3 22.51 59.56 -
YUV 132.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 193 87 204 0.05 0.57 0 0.2 294.36 0.53 0.57
Hex C1 57 CC 5 39 0 14 126 35 39
Octal 301 127 314 5 71 0 24 446 65 71
Binary 11000001 1010111 11001100 101 111001 0 10100 100100110 110101 111001

Color Harmonies of #C157CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157CC

Black with #C157CC

Text Example


Text Example

White with #C157CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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