Html Css Color HEX #C26CDE Medium Orchid

📋 copy color: '#C26CDE'

red 194 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #C26CDE

Tints of Medium Orchid #C26CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 37.02%
G = 20.61%
B = 42.37%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26CDE (or 0xC26CDE) is known color: Medium Orchid. HEX triplet: C2, 6C and DE. RGB value is (194,108,222). Sum of RGB (Red+Green+Blue) = 194+108+222=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C26CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CDE is #3D9321. Grayscale: #929292. Windows color (decimal): -4035362 or 14576834. OLE color: 14576834.

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

Color convert

RGB 194 108 222 -
CMYK 0.13 0.51 0 0.13
HSL 285.26º 0.63% 0.65% -
HSV(B) 285.26º 0.51% 0.87% -
XYZ 40.8 27.47 72.26 -
YUV 146.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 194 108 222 0.13 0.51 0 0.13 285.26 0.63 0.65
Hex C2 6C DE D 33 0 D 11D 3F 41
Octal 302 154 336 15 63 0 15 435 77 101
Binary 11000010 1101100 11011110 1101 110011 0 1101 100011101 111111 1000001

Color Harmonies of #C26CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CDE

Black with #C26CDE

Text Example


Text Example

White with #C26CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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