Html Css Color HEX #C26ADD Medium Orchid

📋 copy color: '#C26ADD'

red 194 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #C26ADD

Tints of Medium Orchid #C26ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 37.24%
G = 20.35%
B = 42.42%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26ADD (or 0xC26ADD) is known color: Medium Orchid. HEX triplet: C2, 6A and DD. RGB value is (194,106,221). Sum of RGB (Red+Green+Blue) = 194+106+221=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADD is #3D9522. Grayscale: #919191. Windows color (decimal): -4035875 or 14510786. OLE color: 14510786.

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

Color convert

RGB 194 106 221 -
CMYK 0.12 0.52 0 0.13
HSL 285.91º 0.63% 0.64% -
HSV(B) 285.91º 0.52% 0.87% -
XYZ 40.45 27 71.49 -
YUV 145.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 194 106 221 0.12 0.52 0 0.13 285.91 0.63 0.64
Hex C2 6A DD C 34 0 D 11E 3F 40
Octal 302 152 335 14 64 0 15 436 77 100
Binary 11000010 1101010 11011101 1100 110100 0 1101 100011110 111111 1000000

Color Harmonies of #C26ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ADD

Black with #C26ADD

Text Example


Text Example

White with #C26ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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