Html Css Color HEX #C15DDE Medium Orchid

📋 copy color: '#C15DDE'

red 193 ◦ green 93 ◦ blue 222

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

Shades of Medium Orchid #C15DDE

Tints of Medium Orchid #C15DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.31%

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 37.99%
G = 18.31%
B = 43.7%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C15DDE (or 0xC15DDE) is known color: Medium Orchid. HEX triplet: C1, 5D and DE. RGB value is (193,93,222). Sum of RGB (Red+Green+Blue) = 193+93+222=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #C15DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DDE is #3EA221. Grayscale: #898989. Windows color (decimal): -4104738 or 14572993. OLE color: 14572993.

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

Color convert

RGB 193 93 222 -
CMYK 0.13 0.58 0 0.13
HSL 286.51º 0.66% 0.62% -
HSV(B) 286.51º 0.58% 0.87% -
XYZ 39.09 24.44 71.76 -
YUV 137.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 193 93 222 0.13 0.58 0 0.13 286.51 0.66 0.62
Hex C1 5D DE D 3A 0 D 11F 42 3E
Octal 301 135 336 15 72 0 15 437 102 76
Binary 11000001 1011101 11011110 1101 111010 0 1101 100011111 1000010 111110

Color Harmonies of #C15DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DDE

Black with #C15DDE

Text Example


Text Example

White with #C15DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DDE; }

 p { color: rgb(193,93,222); }

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

background-color css

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

 a { background-color: rgb(193,93,222); }

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

border-color css

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

 span { border-color: rgb(193,93,222); }

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