Html Css Color HEX #C158DE Medium Orchid

📋 copy color: '#C158DE'

red 193 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #C158DE

Tints of Medium Orchid #C158DE

RGB

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

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

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

R = 38.37%
G = 17.5%
B = 44.14%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C158DE (or 0xC158DE) is known color: Medium Orchid. HEX triplet: C1, 58 and DE. RGB value is (193,88,222). Sum of RGB (Red+Green+Blue) = 193+88+222=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #C158DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158DE is #3EA721. Grayscale: #868686. Windows color (decimal): -4106018 or 14571713. OLE color: 14571713.

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

Color convert

RGB 193 88 222 -
CMYK 0.13 0.60 0 0.13
HSL 287.01º 0.67% 0.61% -
HSV(B) 287.01º 0.6% 0.87% -
XYZ 38.67 23.59 71.62 -
YUV 134.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 193 88 222 0.13 0.60 0 0.13 287.01 0.67 0.61
Hex C1 58 DE D 3C 0 D 11F 43 3D
Octal 301 130 336 15 74 0 15 437 103 75
Binary 11000001 1011000 11011110 1101 111100 0 1101 100011111 1000011 111101

Color Harmonies of #C158DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158DE

Black with #C158DE

Text Example


Text Example

White with #C158DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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