Html Css Color HEX #C15ACC Medium Orchid

📋 copy color: '#C15ACC'

red 193 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #C15ACC

Tints of Medium Orchid #C15ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 39.63%
G = 18.48%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C15ACC (or 0xC15ACC) is known color: Medium Orchid. HEX triplet: C1, 5A and CC. RGB value is (193,90,204). Sum of RGB (Red+Green+Blue) = 193+90+204=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #C15ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ACC is #3EA533. Grayscale: #858585. Windows color (decimal): -4105524 or 13392577. OLE color: 13392577.

HSL color Cylindrical-coordinate representation of color #C15ACC: hue angle of 294.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15ACC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 90 204 -
CMYK 0.05 0.56 0 0.2
HSL 294.21º 0.53% 0.58% -
HSV(B) 294.21º 0.56% 0.8% -
XYZ 36.55 23.01 59.64 -
YUV 133.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 193 90 204 0.05 0.56 0 0.2 294.21 0.53 0.58
Hex C1 5A CC 5 38 0 14 126 35 3A
Octal 301 132 314 5 70 0 24 446 65 72
Binary 11000001 1011010 11001100 101 111000 0 10100 100100110 110101 111010

Color Harmonies of #C15ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ACC

Black with #C15ACC

Text Example


Text Example

White with #C15ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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