Html Css Color HEX #C15CD8 Medium Orchid

📋 copy color: '#C15CD8'

red 193 ◦ green 92 ◦ blue 216

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

Shades of Medium Orchid #C15CD8

Tints of Medium Orchid #C15CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.11%

R = 38.52%
G = 18.36%
B = 43.11%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C15CD8 (or 0xC15CD8) is known color: Medium Orchid. HEX triplet: C1, 5C and D8. RGB value is (193,92,216). Sum of RGB (Red+Green+Blue) = 193+92+216=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #C15CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CD8 is #3EA327. Grayscale: #878787. Windows color (decimal): -4105000 or 14179521. OLE color: 14179521.

HSL color Cylindrical-coordinate representation of color #C15CD8: hue angle of 288.87º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15CD8 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 92 216 -
CMYK 0.11 0.57 0 0.15
HSL 288.87º 0.61% 0.6% -
HSV(B) 288.87º 0.57% 0.85% -
XYZ 38.21 23.95 67.57 -
YUV 136.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 193 92 216 0.11 0.57 0 0.15 288.87 0.61 0.6
Hex C1 5C D8 B 39 0 F 121 3D 3C
Octal 301 134 330 13 71 0 17 441 75 74
Binary 11000001 1011100 11011000 1011 111001 0 1111 100100001 111101 111100

Color Harmonies of #C15CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CD8

Black with #C15CD8

Text Example


Text Example

White with #C15CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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