Html Css Color HEX #C15CCE Medium Orchid

📋 copy color: '#C15CCE'

red 193 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #C15CCE

Tints of Medium Orchid #C15CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

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

R = 39.31%
G = 18.74%
B = 41.96%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15CCE (or 0xC15CCE) is known color: Medium Orchid. HEX triplet: C1, 5C and CE. RGB value is (193,92,206). Sum of RGB (Red+Green+Blue) = 193+92+206=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CCE is #3EA331. Grayscale: #868686. Windows color (decimal): -4105010 or 13524161. OLE color: 13524161.

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

Color convert

RGB 193 92 206 -
CMYK 0.06 0.55 0 0.19
HSL 293.16º 0.54% 0.58% -
HSV(B) 293.16º 0.55% 0.81% -
XYZ 36.96 23.45 60.97 -
YUV 135.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 193 92 206 0.06 0.55 0 0.19 293.16 0.54 0.58
Hex C1 5C CE 6 37 0 13 125 36 3A
Octal 301 134 316 6 67 0 23 445 66 72
Binary 11000001 1011100 11001110 110 110111 0 10011 100100101 110110 111010

Color Harmonies of #C15CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CCE

Black with #C15CCE

Text Example


Text Example

White with #C15CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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