Html Css Color HEX #C26CD2 Medium Orchid

📋 copy color: '#C26CD2'

red 194 ◦ green 108 ◦ blue 210

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

Shades of Medium Orchid #C26CD2

Tints of Medium Orchid #C26CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 37.89%
G = 21.09%
B = 41.02%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C26CD2 (or 0xC26CD2) is known color: Medium Orchid. HEX triplet: C2, 6C and D2. RGB value is (194,108,210). Sum of RGB (Red+Green+Blue) = 194+108+210=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #C26CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CD2 is #3D932D. Grayscale: #919191. Windows color (decimal): -4035374 or 13790402. OLE color: 13790402.

HSL color Cylindrical-coordinate representation of color #C26CD2: hue angle of 290.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26CD2 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 108 210 -
CMYK 0.08 0.49 0 0.18
HSL 290.59º 0.53% 0.62% -
HSV(B) 290.59º 0.49% 0.82% -
XYZ 39.24 26.85 64.09 -
YUV 145.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 194 108 210 0.08 0.49 0 0.18 290.59 0.53 0.62
Hex C2 6C D2 8 31 0 12 123 35 3E
Octal 302 154 322 10 61 0 22 443 65 76
Binary 11000010 1101100 11010010 1000 110001 0 10010 100100011 110101 111110

Color Harmonies of #C26CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CD2

Black with #C26CD2

Text Example


Text Example

White with #C26CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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