Html Css Color HEX #C26FDF Medium Orchid

📋 copy color: '#C26FDF'

red 194 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #C26FDF

Tints of Medium Orchid #C26FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 36.74%
G = 21.02%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26FDF (or 0xC26FDF) is known color: Medium Orchid. HEX triplet: C2, 6F and DF. RGB value is (194,111,223). Sum of RGB (Red+Green+Blue) = 194+111+223=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C26FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FDF is #3D9020. Grayscale: #949494. Windows color (decimal): -4034593 or 14643138. OLE color: 14643138.

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

Color convert

RGB 194 111 223 -
CMYK 0.13 0.50 0 0.13
HSL 284.46º 0.64% 0.65% -
HSV(B) 284.46º 0.5% 0.87% -
XYZ 41.25 28.17 73.07 -
YUV 148.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 194 111 223 0.13 0.50 0 0.13 284.46 0.64 0.65
Hex C2 6F DF D 32 0 D 11C 40 41
Octal 302 157 337 15 62 0 15 434 100 101
Binary 11000010 1101111 11011111 1101 110010 0 1101 100011100 1000000 1000001

Color Harmonies of #C26FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FDF

Black with #C26FDF

Text Example


Text Example

White with #C26FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FDF; }

 p { color: rgb(194,111,223); }

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

background-color css

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

 a { background-color: rgb(194,111,223); }

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

border-color css

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

 span { border-color: rgb(194,111,223); }

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