Html Css Color HEX #C16ACC Medium Orchid

📋 copy color: '#C16ACC'

red 193 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #C16ACC

Tints of Medium Orchid #C16ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

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

R = 38.37%
G = 21.07%
B = 40.56%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C16ACC (or 0xC16ACC) is known color: Medium Orchid. HEX triplet: C1, 6A and CC. RGB value is (193,106,204). Sum of RGB (Red+Green+Blue) = 193+106+204=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C16ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACC is #3E9533. Grayscale: #8E8E8E. Windows color (decimal): -4101428 or 13396673. OLE color: 13396673.

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

Color convert

RGB 193 106 204 -
CMYK 0.05 0.48 0 0.2
HSL 293.27º 0.49% 0.61% -
HSV(B) 293.27º 0.48% 0.8% -
XYZ 38.05 26.01 60.14 -
YUV 143.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 193 106 204 0.05 0.48 0 0.2 293.27 0.49 0.61
Hex C1 6A CC 5 30 0 14 125 31 3D
Octal 301 152 314 5 60 0 24 445 61 75
Binary 11000001 1101010 11001100 101 110000 0 10100 100100101 110001 111101

Color Harmonies of #C16ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ACC

Black with #C16ACC

Text Example


Text Example

White with #C16ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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