Html Css Color HEX #C26CDD Medium Orchid

📋 copy color: '#C26CDD'

red 194 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #C26CDD

Tints of Medium Orchid #C26CDD

RGB

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

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

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

R = 37.09%
G = 20.65%
B = 42.26%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26CDD (or 0xC26CDD) is known color: Medium Orchid. HEX triplet: C2, 6C and DD. RGB value is (194,108,221). Sum of RGB (Red+Green+Blue) = 194+108+221=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CDD is #3D9322. Grayscale: #929292. Windows color (decimal): -4035363 or 14511298. OLE color: 14511298.

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

Color convert

RGB 194 108 221 -
CMYK 0.12 0.51 0 0.13
HSL 285.66º 0.62% 0.65% -
HSV(B) 285.66º 0.51% 0.87% -
XYZ 40.66 27.41 71.56 -
YUV 146.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 194 108 221 0.12 0.51 0 0.13 285.66 0.62 0.65
Hex C2 6C DD C 33 0 D 11E 3E 41
Octal 302 154 335 14 63 0 15 436 76 101
Binary 11000010 1101100 11011101 1100 110011 0 1101 100011110 111110 1000001

Color Harmonies of #C26CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CDD

Black with #C26CDD

Text Example


Text Example

White with #C26CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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