Html Css Color HEX #C158DD Medium Orchid

📋 copy color: '#C158DD'

red 193 ◦ green 88 ◦ blue 221

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

Shades of Medium Orchid #C158DD

Tints of Medium Orchid #C158DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 38.45%
G = 17.53%
B = 44.02%

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

#C158DD (or 0xC158DD) is known color: Medium Orchid. HEX triplet: C1, 58 and DD. RGB value is (193,88,221). Sum of RGB (Red+Green+Blue) = 193+88+221=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C158DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158DD is #3EA722. Grayscale: #868686. Windows color (decimal): -4106019 or 14506177. OLE color: 14506177.

HSL color Cylindrical-coordinate representation of color #C158DD: hue angle of 287.37º degrees, saturation: 0.66, 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 #C158DD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 88 221 -
CMYK 0.13 0.60 0 0.13
HSL 287.37º 0.66% 0.61% -
HSV(B) 287.37º 0.6% 0.87% -
XYZ 38.53 23.54 70.92 -
YUV 134.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 193 88 221 0.13 0.60 0 0.13 287.37 0.66 0.61
Hex C1 58 DD D 3C 0 D 11F 42 3D
Octal 301 130 335 15 74 0 15 437 102 75
Binary 11000001 1011000 11011101 1101 111100 0 1101 100011111 1000010 111101

Color Harmonies of #C158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158DD

Black with #C158DD

Text Example


Text Example

White with #C158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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