Html Css Color HEX #C26CD5 Medium Orchid

📋 copy color: '#C26CD5'

red 194 ◦ green 108 ◦ blue 213

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

Shades of Medium Orchid #C26CD5

Tints of Medium Orchid #C26CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 37.67%
G = 20.97%
B = 41.36%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C26CD5 (or 0xC26CD5) is known color: Medium Orchid. HEX triplet: C2, 6C and D5. RGB value is (194,108,213). Sum of RGB (Red+Green+Blue) = 194+108+213=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #C26CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CD5 is #3D932A. Grayscale: #919191. Windows color (decimal): -4035371 or 13987010. OLE color: 13987010.

HSL color Cylindrical-coordinate representation of color #C26CD5: hue angle of 289.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26CD5 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 108 213 -
CMYK 0.09 0.49 0 0.16
HSL 289.14º 0.56% 0.63% -
HSV(B) 289.14º 0.49% 0.84% -
XYZ 39.62 27 66.07 -
YUV 145.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 194 108 213 0.09 0.49 0 0.16 289.14 0.56 0.63
Hex C2 6C D5 9 31 0 10 121 38 3F
Octal 302 154 325 11 61 0 20 441 70 77
Binary 11000010 1101100 11010101 1001 110001 0 10000 100100001 111000 111111

Color Harmonies of #C26CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CD5

Black with #C26CD5

Text Example


Text Example

White with #C26CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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