Html Css Color HEX #C158CC Medium Orchid

📋 copy color: '#C158CC'

red 193 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #C158CC

Tints of Medium Orchid #C158CC

RGB

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

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

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

R = 39.79%
G = 18.14%
B = 42.06%

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

#C158CC (or 0xC158CC) is known color: Medium Orchid. HEX triplet: C1, 58 and CC. RGB value is (193,88,204). Sum of RGB (Red+Green+Blue) = 193+88+204=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C158CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158CC is #3EA733. Grayscale: #848484. Windows color (decimal): -4106036 or 13392065. OLE color: 13392065.

HSL color Cylindrical-coordinate representation of color #C158CC: hue angle of 294.31º 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 #C158CC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 88 204 -
CMYK 0.05 0.57 0 0.2
HSL 294.31º 0.53% 0.57% -
HSV(B) 294.31º 0.57% 0.8% -
XYZ 36.38 22.68 59.59 -
YUV 132.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 193 88 204 0.05 0.57 0 0.2 294.31 0.53 0.57
Hex C1 58 CC 5 39 0 14 126 35 39
Octal 301 130 314 5 71 0 24 446 65 71
Binary 11000001 1011000 11001100 101 111001 0 10100 100100110 110101 111001

Color Harmonies of #C158CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158CC

Black with #C158CC

Text Example


Text Example

White with #C158CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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