Html Css Color HEX #C15FF5 Medium Orchid

📋 copy color: '#C15FF5'

red 193 ◦ green 95 ◦ blue 245

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

Shades of Medium Orchid #C15FF5

Tints of Medium Orchid #C15FF5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.82%

 BLUE value IS 245 (96.09% from 255) = 45.97%

R = 36.21%
G = 17.82%
B = 45.97%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C15FF5 (or 0xC15FF5) is known color: Medium Orchid. HEX triplet: C1, 5F and F5. RGB value is (193,95,245). Sum of RGB (Red+Green+Blue) = 193+95+245=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #C15FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FF5 is #3EA00A. Grayscale: #8C8C8C. Windows color (decimal): -4104203 or 16080833. OLE color: 16080833.

HSL color Cylindrical-coordinate representation of color #C15FF5: hue angle of 279.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15FF5 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 95 245 -
CMYK 0.21 0.61 0 0.04
HSL 279.2º 0.88% 0.67% -
HSV(B) 279.2º 0.61% 0.96% -
XYZ 42.57 26.11 89.18 -
YUV 141.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 193 95 245 0.21 0.61 0 0.04 279.2 0.88 0.67
Hex C1 5F F5 15 3D 0 4 117 58 43
Octal 301 137 365 25 75 0 4 427 130 103
Binary 11000001 1011111 11110101 10101 111101 0 100 100010111 1011000 1000011

Color Harmonies of #C15FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FF5

Black with #C15FF5

Text Example


Text Example

White with #C15FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FF5; }

 p { color: rgb(193,95,245); }

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

background-color css

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

 a { background-color: rgb(193,95,245); }

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

border-color css

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

 span { border-color: rgb(193,95,245); }

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