Html Css Color HEX #C26DEA Medium Orchid

📋 copy color: '#C26DEA'

red 194 ◦ green 109 ◦ blue 234

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

Shades of Medium Orchid #C26DEA

Tints of Medium Orchid #C26DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.3%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 36.13%
G = 20.3%
B = 43.58%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C26DEA (or 0xC26DEA) is known color: Medium Orchid. HEX triplet: C2, 6D and EA. RGB value is (194,109,234). Sum of RGB (Red+Green+Blue) = 194+109+234=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #C26DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DEA is #3D9215. Grayscale: #949494. Windows color (decimal): -4035094 or 15363522. OLE color: 15363522.

HSL color Cylindrical-coordinate representation of color #C26DEA: hue angle of 280.8º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26DEA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 109 234 -
CMYK 0.17 0.53 0 0.08
HSL 280.8º 0.75% 0.67% -
HSV(B) 280.8º 0.53% 0.92% -
XYZ 42.57 28.35 81.07 -
YUV 148.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 194 109 234 0.17 0.53 0 0.08 280.8 0.75 0.67
Hex C2 6D EA 11 35 0 8 119 4B 43
Octal 302 155 352 21 65 0 10 431 113 103
Binary 11000010 1101101 11101010 10001 110101 0 1000 100011001 1001011 1000011

Color Harmonies of #C26DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DEA

Black with #C26DEA

Text Example


Text Example

White with #C26DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DEA; }

 p { color: rgb(194,109,234); }

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

background-color css

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

 a { background-color: rgb(194,109,234); }

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

border-color css

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

 span { border-color: rgb(194,109,234); }

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