Html Css Color HEX #C26CDF Medium Orchid

📋 copy color: '#C26CDF'

red 194 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #C26CDF

Tints of Medium Orchid #C26CDF

RGB

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

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

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

R = 36.95%
G = 20.57%
B = 42.48%

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

#C26CDF (or 0xC26CDF) is known color: Medium Orchid. HEX triplet: C2, 6C and DF. RGB value is (194,108,223). Sum of RGB (Red+Green+Blue) = 194+108+223=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C26CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CDF is #3D9320. Grayscale: #929292. Windows color (decimal): -4035361 or 14642370. OLE color: 14642370.

HSL color Cylindrical-coordinate representation of color #C26CDF: hue angle of 284.87º 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 #C26CDF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 108 223 -
CMYK 0.13 0.52 0 0.13
HSL 284.87º 0.64% 0.65% -
HSV(B) 284.87º 0.52% 0.87% -
XYZ 40.93 27.52 72.97 -
YUV 146.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 194 108 223 0.13 0.52 0 0.13 284.87 0.64 0.65
Hex C2 6C DF D 34 0 D 11D 40 41
Octal 302 154 337 15 64 0 15 435 100 101
Binary 11000010 1101100 11011111 1101 110100 0 1101 100011101 1000000 1000001

Color Harmonies of #C26CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CDF

Black with #C26CDF

Text Example


Text Example

White with #C26CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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