Html Css Color HEX #C26BDF Medium Orchid

📋 copy color: '#C26BDF'

red 194 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #C26BDF

Tints of Medium Orchid #C26BDF

RGB

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

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

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

R = 37.02%
G = 20.42%
B = 42.56%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26BDF (or 0xC26BDF) is known color: Medium Orchid. HEX triplet: C2, 6B and DF. RGB value is (194,107,223). Sum of RGB (Red+Green+Blue) = 194+107+223=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C26BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BDF is #3D9420. Grayscale: #919191. Windows color (decimal): -4035617 or 14642114. OLE color: 14642114.

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

Color convert

RGB 194 107 223 -
CMYK 0.13 0.52 0 0.13
HSL 285º 0.64% 0.65% -
HSV(B) 285º 0.52% 0.87% -
XYZ 40.83 27.31 72.93 -
YUV 146.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 194 107 223 0.13 0.52 0 0.13 285 0.64 0.65
Hex C2 6B DF D 34 0 D 11D 40 41
Octal 302 153 337 15 64 0 15 435 100 101
Binary 11000010 1101011 11011111 1101 110100 0 1101 100011101 1000000 1000001

Color Harmonies of #C26BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BDF

Black with #C26BDF

Text Example


Text Example

White with #C26BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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