Html Css Color HEX #C26FDA Medium Orchid

📋 copy color: '#C26FDA'

red 194 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #C26FDA

Tints of Medium Orchid #C26FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.22%

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

R = 37.09%
G = 21.22%
B = 41.68%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26FDA (or 0xC26FDA) is known color: Medium Orchid. HEX triplet: C2, 6F and DA. RGB value is (194,111,218). Sum of RGB (Red+Green+Blue) = 194+111+218=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FDA is #3D9025. Grayscale: #939393. Windows color (decimal): -4034598 or 14315458. OLE color: 14315458.

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

Color convert

RGB 194 111 218 -
CMYK 0.11 0.49 0 0.15
HSL 286.54º 0.59% 0.65% -
HSV(B) 286.54º 0.49% 0.85% -
XYZ 40.59 27.9 69.58 -
YUV 148.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 194 111 218 0.11 0.49 0 0.15 286.54 0.59 0.65
Hex C2 6F DA B 31 0 F 11F 3B 41
Octal 302 157 332 13 61 0 17 437 73 101
Binary 11000010 1101111 11011010 1011 110001 0 1111 100011111 111011 1000001

Color Harmonies of #C26FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FDA

Black with #C26FDA

Text Example


Text Example

White with #C26FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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