Html Css Color HEX #C26CDB Medium Orchid

📋 copy color: '#C26CDB'

red 194 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #C26CDB

Tints of Medium Orchid #C26CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 37.24%
G = 20.73%
B = 42.03%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C26CDB (or 0xC26CDB) is known color: Medium Orchid. HEX triplet: C2, 6C and DB. RGB value is (194,108,219). Sum of RGB (Red+Green+Blue) = 194+108+219=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C26CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CDB is #3D9324. Grayscale: #929292. Windows color (decimal): -4035365 or 14380226. OLE color: 14380226.

HSL color Cylindrical-coordinate representation of color #C26CDB: hue angle of 286.49º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26CDB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 108 219 -
CMYK 0.11 0.51 0 0.14
HSL 286.49º 0.61% 0.64% -
HSV(B) 286.49º 0.51% 0.86% -
XYZ 40.4 27.31 70.16 -
YUV 146.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 194 108 219 0.11 0.51 0 0.14 286.49 0.61 0.64
Hex C2 6C DB B 33 0 E 11E 3D 40
Octal 302 154 333 13 63 0 16 436 75 100
Binary 11000010 1101100 11011011 1011 110011 0 1110 100011110 111101 1000000

Color Harmonies of #C26CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CDB

Black with #C26CDB

Text Example


Text Example

White with #C26CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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