Html Css Color HEX #C26ADF Medium Orchid

📋 copy color: '#C26ADF'

red 194 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #C26ADF

Tints of Medium Orchid #C26ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 37.09%
G = 20.27%
B = 42.64%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26ADF (or 0xC26ADF) is known color: Medium Orchid. HEX triplet: C2, 6A and DF. RGB value is (194,106,223). Sum of RGB (Red+Green+Blue) = 194+106+223=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C26ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADF is #3D9520. Grayscale: #919191. Windows color (decimal): -4035873 or 14641858. OLE color: 14641858.

HSL color Cylindrical-coordinate representation of color #C26ADF: hue angle of 285.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26ADF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 106 223 -
CMYK 0.13 0.52 0 0.13
HSL 285.13º 0.65% 0.65% -
HSV(B) 285.13º 0.52% 0.87% -
XYZ 40.72 27.11 72.9 -
YUV 145.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 194 106 223 0.13 0.52 0 0.13 285.13 0.65 0.65
Hex C2 6A DF D 34 0 D 11D 41 41
Octal 302 152 337 15 64 0 15 435 101 101
Binary 11000010 1101010 11011111 1101 110100 0 1101 100011101 1000001 1000001

Color Harmonies of #C26ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ADF

Black with #C26ADF

Text Example


Text Example

White with #C26ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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