Html Css Color HEX #C158CE Medium Orchid

📋 copy color: '#C158CE'

red 193 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #C158CE

Tints of Medium Orchid #C158CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.07%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 39.63%
G = 18.07%
B = 42.3%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C158CE (or 0xC158CE) is known color: Medium Orchid. HEX triplet: C1, 58 and CE. RGB value is (193,88,206). Sum of RGB (Red+Green+Blue) = 193+88+206=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C158CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158CE is #3EA731. Grayscale: #848484. Windows color (decimal): -4106034 or 13523137. OLE color: 13523137.

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

Color convert

RGB 193 88 206 -
CMYK 0.06 0.57 0 0.19
HSL 293.39º 0.55% 0.58% -
HSV(B) 293.39º 0.57% 0.81% -
XYZ 36.62 22.77 60.86 -
YUV 132.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 193 88 206 0.06 0.57 0 0.19 293.39 0.55 0.58
Hex C1 58 CE 6 39 0 13 125 37 3A
Octal 301 130 316 6 71 0 23 445 67 72
Binary 11000001 1011000 11001110 110 111001 0 10011 100100101 110111 111010

Color Harmonies of #C158CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158CE

Black with #C158CE

Text Example


Text Example

White with #C158CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158CE; }

 p { color: rgb(193,88,206); }

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

background-color css

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

 a { background-color: rgb(193,88,206); }

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

border-color css

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

 span { border-color: rgb(193,88,206); }

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