Html Css Color HEX #C26ACE Medium Orchid

📋 copy color: '#C26ACE'

red 194 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #C26ACE

Tints of Medium Orchid #C26ACE

RGB

 RED value IS 194 (76.17% from 255) = 38.34%

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 38.34%
G = 20.95%
B = 40.71%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26ACE (or 0xC26ACE) is known color: Medium Orchid. HEX triplet: C2, 6A and CE. RGB value is (194,106,206). Sum of RGB (Red+Green+Blue) = 194+106+206=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C26ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ACE is #3D9531. Grayscale: #8F8F8F. Windows color (decimal): -4035890 or 13527746. OLE color: 13527746.

HSL color Cylindrical-coordinate representation of color #C26ACE: hue angle of 292.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26ACE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 106 206 -
CMYK 0.06 0.49 0 0.19
HSL 292.8º 0.51% 0.61% -
HSV(B) 292.8º 0.49% 0.81% -
XYZ 38.54 26.23 61.42 -
YUV 143.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 194 106 206 0.06 0.49 0 0.19 292.8 0.51 0.61
Hex C2 6A CE 6 31 0 13 125 33 3D
Octal 302 152 316 6 61 0 23 445 63 75
Binary 11000010 1101010 11001110 110 110001 0 10011 100100101 110011 111101

Color Harmonies of #C26ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ACE

Black with #C26ACE

Text Example


Text Example

White with #C26ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ACE; }

 p { color: rgb(194,106,206); }

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

background-color css

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

 a { background-color: rgb(194,106,206); }

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

border-color css

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

 span { border-color: rgb(194,106,206); }

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