Html Css Color HEX #C26CDA Medium Orchid

📋 copy color: '#C26CDA'

red 194 ◦ green 108 ◦ blue 218

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

Shades of Medium Orchid #C26CDA

Tints of Medium Orchid #C26CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 37.31%
G = 20.77%
B = 41.92%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26CDA (or 0xC26CDA) is known color: Medium Orchid. HEX triplet: C2, 6C and DA. RGB value is (194,108,218). Sum of RGB (Red+Green+Blue) = 194+108+218=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CDA is #3D9325. Grayscale: #919191. Windows color (decimal): -4035366 or 14314690. OLE color: 14314690.

HSL color Cylindrical-coordinate representation of color #C26CDA: hue angle of 286.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26CDA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 108 218 -
CMYK 0.11 0.50 0 0.15
HSL 286.91º 0.6% 0.64% -
HSV(B) 286.91º 0.5% 0.85% -
XYZ 40.27 27.26 69.47 -
YUV 146.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 194 108 218 0.11 0.50 0 0.15 286.91 0.6 0.64
Hex C2 6C DA B 32 0 F 11F 3C 40
Octal 302 154 332 13 62 0 17 437 74 100
Binary 11000010 1101100 11011010 1011 110010 0 1111 100011111 111100 1000000

Color Harmonies of #C26CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CDA

Black with #C26CDA

Text Example


Text Example

White with #C26CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CDA; }

 p { color: rgb(194,108,218); }

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

background-color css

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

 a { background-color: rgb(194,108,218); }

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

border-color css

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

 span { border-color: rgb(194,108,218); }

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