Html Css Color HEX #C15AED Medium Orchid

📋 copy color: '#C15AED'

red 193 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #C15AED

Tints of Medium Orchid #C15AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 37.12%
G = 17.31%
B = 45.58%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C15AED (or 0xC15AED) is known color: Medium Orchid. HEX triplet: C1, 5A and ED. RGB value is (193,90,237). Sum of RGB (Red+Green+Blue) = 193+90+237=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #C15AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AED is #3EA512. Grayscale: #898989. Windows color (decimal): -4105491 or 15555265. OLE color: 15555265.

HSL color Cylindrical-coordinate representation of color #C15AED: hue angle of 282.04º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15AED is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 90 237 -
CMYK 0.19 0.62 0 0.07
HSL 282.04º 0.8% 0.64% -
HSV(B) 282.04º 0.62% 0.93% -
XYZ 40.93 24.76 82.74 -
YUV 137.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 193 90 237 0.19 0.62 0 0.07 282.04 0.8 0.64
Hex C1 5A ED 13 3E 0 7 11A 50 40
Octal 301 132 355 23 76 0 7 432 120 100
Binary 11000001 1011010 11101101 10011 111110 0 111 100011010 1010000 1000000

Color Harmonies of #C15AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AED

Black with #C15AED

Text Example


Text Example

White with #C15AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AED; }

 p { color: rgb(193,90,237); }

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

background-color css

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

 a { background-color: rgb(193,90,237); }

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

border-color css

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

 span { border-color: rgb(193,90,237); }

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