Html Css Color HEX #C15AD0 Medium Orchid

📋 copy color: '#C15AD0'

red 193 ◦ green 90 ◦ blue 208

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

Shades of Medium Orchid #C15AD0

Tints of Medium Orchid #C15AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 39.31%
G = 18.33%
B = 42.36%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C15AD0 (or 0xC15AD0) is known color: Medium Orchid. HEX triplet: C1, 5A and D0. RGB value is (193,90,208). Sum of RGB (Red+Green+Blue) = 193+90+208=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #C15AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AD0 is #3EA52F. Grayscale: #858585. Windows color (decimal): -4105520 or 13654721. OLE color: 13654721.

HSL color Cylindrical-coordinate representation of color #C15AD0: hue angle of 292.37º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15AD0 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 90 208 -
CMYK 0.07 0.57 0 0.18
HSL 292.37º 0.56% 0.58% -
HSV(B) 292.37º 0.57% 0.82% -
XYZ 37.03 23.2 62.2 -
YUV 134.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 193 90 208 0.07 0.57 0 0.18 292.37 0.56 0.58
Hex C1 5A D0 7 39 0 12 124 38 3A
Octal 301 132 320 7 71 0 22 444 70 72
Binary 11000001 1011010 11010000 111 111001 0 10010 100100100 111000 111010

Color Harmonies of #C15AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AD0

Black with #C15AD0

Text Example


Text Example

White with #C15AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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