Html Css Color HEX #C15CEA Medium Orchid

📋 copy color: '#C15CEA'

red 193 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #C15CEA

Tints of Medium Orchid #C15CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 37.19%
G = 17.73%
B = 45.09%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15CEA (or 0xC15CEA) is known color: Medium Orchid. HEX triplet: C1, 5C and EA. RGB value is (193,92,234). Sum of RGB (Red+Green+Blue) = 193+92+234=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #C15CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CEA is #3EA315. Grayscale: #898989. Windows color (decimal): -4104982 or 15359169. OLE color: 15359169.

HSL color Cylindrical-coordinate representation of color #C15CEA: hue angle of 282.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15CEA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 92 234 -
CMYK 0.18 0.61 0 0.08
HSL 282.68º 0.77% 0.64% -
HSV(B) 282.68º 0.61% 0.92% -
XYZ 40.67 24.93 80.51 -
YUV 138.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 193 92 234 0.18 0.61 0 0.08 282.68 0.77 0.64
Hex C1 5C EA 12 3D 0 8 11B 4D 40
Octal 301 134 352 22 75 0 10 433 115 100
Binary 11000001 1011100 11101010 10010 111101 0 1000 100011011 1001101 1000000

Color Harmonies of #C15CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CEA

Black with #C15CEA

Text Example


Text Example

White with #C15CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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