Html Css Color HEX #C15CDA Medium Orchid

📋 copy color: '#C15CDA'

red 193 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C15CDA

Tints of Medium Orchid #C15CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 38.37%
G = 18.29%
B = 43.34%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C15CDA (or 0xC15CDA) is known color: Medium Orchid. HEX triplet: C1, 5C and DA. RGB value is (193,92,218). Sum of RGB (Red+Green+Blue) = 193+92+218=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #C15CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CDA is #3EA325. Grayscale: #888888. Windows color (decimal): -4104998 or 14310593. OLE color: 14310593.

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

Color convert

RGB 193 92 218 -
CMYK 0.11 0.58 0 0.15
HSL 288.1º 0.63% 0.61% -
HSV(B) 288.1º 0.58% 0.85% -
XYZ 38.47 24.05 68.94 -
YUV 136.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 193 92 218 0.11 0.58 0 0.15 288.1 0.63 0.61
Hex C1 5C DA B 3A 0 F 120 3F 3D
Octal 301 134 332 13 72 0 17 440 77 75
Binary 11000001 1011100 11011010 1011 111010 0 1111 100100000 111111 111101

Color Harmonies of #C15CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CDA

Black with #C15CDA

Text Example


Text Example

White with #C15CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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