Html Css Color HEX #C26BDA Medium Orchid

📋 copy color: '#C26BDA'

red 194 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #C26BDA

Tints of Medium Orchid #C26BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 37.38%
G = 20.62%
B = 42%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26BDA (or 0xC26BDA) is known color: Medium Orchid. HEX triplet: C2, 6B and DA. RGB value is (194,107,218). Sum of RGB (Red+Green+Blue) = 194+107+218=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BDA is #3D9425. Grayscale: #919191. Windows color (decimal): -4035622 or 14314434. OLE color: 14314434.

HSL color Cylindrical-coordinate representation of color #C26BDA: hue angle of 287.03º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26BDA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 107 218 -
CMYK 0.11 0.51 0 0.15
HSL 287.03º 0.6% 0.64% -
HSV(B) 287.03º 0.51% 0.85% -
XYZ 40.16 27.05 69.43 -
YUV 145.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 194 107 218 0.11 0.51 0 0.15 287.03 0.6 0.64
Hex C2 6B DA B 33 0 F 11F 3C 40
Octal 302 153 332 13 63 0 17 437 74 100
Binary 11000010 1101011 11011010 1011 110011 0 1111 100011111 111100 1000000

Color Harmonies of #C26BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BDA

Black with #C26BDA

Text Example


Text Example

White with #C26BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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