Html Css Color HEX #C15FDD Medium Orchid

📋 copy color: '#C15FDD'

red 193 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #C15FDD

Tints of Medium Orchid #C15FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 37.92%
G = 18.66%
B = 43.42%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C15FDD (or 0xC15FDD) is known color: Medium Orchid. HEX triplet: C1, 5F and DD. RGB value is (193,95,221). Sum of RGB (Red+Green+Blue) = 193+95+221=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C15FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDD is #3EA022. Grayscale: #8A8A8A. Windows color (decimal): -4104227 or 14507969. OLE color: 14507969.

HSL color Cylindrical-coordinate representation of color #C15FDD: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15FDD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 95 221 -
CMYK 0.13 0.57 0 0.13
HSL 286.67º 0.65% 0.62% -
HSV(B) 286.67º 0.57% 0.87% -
XYZ 39.14 24.74 71.12 -
YUV 138.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 193 95 221 0.13 0.57 0 0.13 286.67 0.65 0.62
Hex C1 5F DD D 39 0 D 11F 41 3E
Octal 301 137 335 15 71 0 15 437 101 76
Binary 11000001 1011111 11011101 1101 111001 0 1101 100011111 1000001 111110

Color Harmonies of #C15FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FDD

Black with #C15FDD

Text Example


Text Example

White with #C15FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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