Html Css Color HEX #C15CCD Medium Orchid

📋 copy color: '#C15CCD'

red 193 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #C15CCD

Tints of Medium Orchid #C15CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 39.39%
G = 18.78%
B = 41.84%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15CCD (or 0xC15CCD) is known color: Medium Orchid. HEX triplet: C1, 5C and CD. RGB value is (193,92,205). Sum of RGB (Red+Green+Blue) = 193+92+205=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C15CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CCD is #3EA332. Grayscale: #868686. Windows color (decimal): -4105011 or 13458625. OLE color: 13458625.

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

Color convert

RGB 193 92 205 -
CMYK 0.06 0.55 0 0.20
HSL 293.63º 0.53% 0.58% -
HSV(B) 293.63º 0.55% 0.8% -
XYZ 36.84 23.4 60.33 -
YUV 135.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 193 92 205 0.06 0.55 0 0.20 293.63 0.53 0.58
Hex C1 5C CD 6 37 0 14 126 35 3A
Octal 301 134 315 6 67 0 24 446 65 72
Binary 11000001 1011100 11001101 110 110111 0 10100 100100110 110101 111010

Color Harmonies of #C15CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CCD

Black with #C15CCD

Text Example


Text Example

White with #C15CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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