Html Css Color HEX #C26BDC Medium Orchid

📋 copy color: '#C26BDC'

red 194 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #C26BDC

Tints of Medium Orchid #C26BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 37.24%
G = 20.54%
B = 42.23%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C26BDC (or 0xC26BDC) is known color: Medium Orchid. HEX triplet: C2, 6B and DC. RGB value is (194,107,220). Sum of RGB (Red+Green+Blue) = 194+107+220=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C26BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BDC is #3D9423. Grayscale: #919191. Windows color (decimal): -4035620 or 14445506. OLE color: 14445506.

HSL color Cylindrical-coordinate representation of color #C26BDC: hue angle of 286.19º degrees, saturation: 0.62, 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 #C26BDC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 107 220 -
CMYK 0.12 0.51 0 0.14
HSL 286.19º 0.62% 0.64% -
HSV(B) 286.19º 0.51% 0.86% -
XYZ 40.42 27.15 70.82 -
YUV 145.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 194 107 220 0.12 0.51 0 0.14 286.19 0.62 0.64
Hex C2 6B DC C 33 0 E 11E 3E 40
Octal 302 153 334 14 63 0 16 436 76 100
Binary 11000010 1101011 11011100 1100 110011 0 1110 100011110 111110 1000000

Color Harmonies of #C26BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BDC

Black with #C26BDC

Text Example


Text Example

White with #C26BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BDC; }

 p { color: rgb(194,107,220); }

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

background-color css

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

 a { background-color: rgb(194,107,220); }

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

border-color css

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

 span { border-color: rgb(194,107,220); }

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