Html Css Color HEX #C157DE Medium Orchid

📋 copy color: '#C157DE'

red 193 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #C157DE

Tints of Medium Orchid #C157DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 38.45%
G = 17.33%
B = 44.22%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C157DE (or 0xC157DE) is known color: Medium Orchid. HEX triplet: C1, 57 and DE. RGB value is (193,87,222). Sum of RGB (Red+Green+Blue) = 193+87+222=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #C157DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157DE is #3EA821. Grayscale: #858585. Windows color (decimal): -4106274 or 14571457. OLE color: 14571457.

HSL color Cylindrical-coordinate representation of color #C157DE: hue angle of 287.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C157DE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 87 222 -
CMYK 0.13 0.61 0 0.13
HSL 287.11º 0.67% 0.61% -
HSV(B) 287.11º 0.61% 0.87% -
XYZ 38.59 23.43 71.6 -
YUV 134.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 193 87 222 0.13 0.61 0 0.13 287.11 0.67 0.61
Hex C1 57 DE D 3D 0 D 11F 43 3D
Octal 301 127 336 15 75 0 15 437 103 75
Binary 11000001 1010111 11011110 1101 111101 0 1101 100011111 1000011 111101

Color Harmonies of #C157DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157DE

Black with #C157DE

Text Example


Text Example

White with #C157DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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