Html Css Color HEX #C26AD0 Medium Orchid

📋 copy color: '#C26AD0'

red 194 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #C26AD0

Tints of Medium Orchid #C26AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 38.19%
G = 20.87%
B = 40.94%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C26AD0 (or 0xC26AD0) is known color: Medium Orchid. HEX triplet: C2, 6A and D0. RGB value is (194,106,208). Sum of RGB (Red+Green+Blue) = 194+106+208=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #C26AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AD0 is #3D952F. Grayscale: #8F8F8F. Windows color (decimal): -4035888 or 13658818. OLE color: 13658818.

HSL color Cylindrical-coordinate representation of color #C26AD0: hue angle of 291.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26AD0 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 106 208 -
CMYK 0.07 0.49 0 0.18
HSL 291.76º 0.52% 0.62% -
HSV(B) 291.76º 0.49% 0.82% -
XYZ 38.79 26.33 62.71 -
YUV 143.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 194 106 208 0.07 0.49 0 0.18 291.76 0.52 0.62
Hex C2 6A D0 7 31 0 12 124 34 3E
Octal 302 152 320 7 61 0 22 444 64 76
Binary 11000010 1101010 11010000 111 110001 0 10010 100100100 110100 111110

Color Harmonies of #C26AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26AD0

Black with #C26AD0

Text Example


Text Example

White with #C26AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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