Html Css Color HEX #C26ADC Medium Orchid

📋 copy color: '#C26ADC'

red 194 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #C26ADC

Tints of Medium Orchid #C26ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 37.31%
G = 20.38%
B = 42.31%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C26ADC (or 0xC26ADC) is known color: Medium Orchid. HEX triplet: C2, 6A and DC. RGB value is (194,106,220). Sum of RGB (Red+Green+Blue) = 194+106+220=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C26ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADC is #3D9523. Grayscale: #909090. Windows color (decimal): -4035876 or 14445250. OLE color: 14445250.

HSL color Cylindrical-coordinate representation of color #C26ADC: hue angle of 286.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26ADC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 106 220 -
CMYK 0.12 0.52 0 0.14
HSL 286.32º 0.62% 0.64% -
HSV(B) 286.32º 0.52% 0.86% -
XYZ 40.32 26.94 70.79 -
YUV 145.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 194 106 220 0.12 0.52 0 0.14 286.32 0.62 0.64
Hex C2 6A DC C 34 0 E 11E 3E 40
Octal 302 152 334 14 64 0 16 436 76 100
Binary 11000010 1101010 11011100 1100 110100 0 1110 100011110 111110 1000000

Color Harmonies of #C26ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ADC

Black with #C26ADC

Text Example


Text Example

White with #C26ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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