Html Css Color HEX #C15AE0 Medium Orchid

📋 copy color: '#C15AE0'

red 193 ◦ green 90 ◦ blue 224

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

Shades of Medium Orchid #C15AE0

Tints of Medium Orchid #C15AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 38.07%
G = 17.75%
B = 44.18%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C15AE0 (or 0xC15AE0) is known color: Medium Orchid. HEX triplet: C1, 5A and E0. RGB value is (193,90,224). Sum of RGB (Red+Green+Blue) = 193+90+224=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #C15AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AE0 is #3EA51F. Grayscale: #878787. Windows color (decimal): -4105504 or 14703297. OLE color: 14703297.

HSL color Cylindrical-coordinate representation of color #C15AE0: hue angle of 286.12º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15AE0 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 90 224 -
CMYK 0.14 0.60 0 0.12
HSL 286.12º 0.68% 0.62% -
HSV(B) 286.12º 0.6% 0.88% -
XYZ 39.1 24.03 73.1 -
YUV 136.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 193 90 224 0.14 0.60 0 0.12 286.12 0.68 0.62
Hex C1 5A E0 E 3C 0 C 11E 44 3E
Octal 301 132 340 16 74 0 14 436 104 76
Binary 11000001 1011010 11100000 1110 111100 0 1100 100011110 1000100 111110

Color Harmonies of #C15AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AE0

Black with #C15AE0

Text Example


Text Example

White with #C15AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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