Html Css Color HEX #C26FCF Medium Orchid

📋 copy color: '#C26FCF'

red 194 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #C26FCF

Tints of Medium Orchid #C26FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 37.89%
G = 21.68%
B = 40.43%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26FCF (or 0xC26FCF) is known color: Medium Orchid. HEX triplet: C2, 6F and CF. RGB value is (194,111,207). Sum of RGB (Red+Green+Blue) = 194+111+207=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FCF is #3D9030. Grayscale: #929292. Windows color (decimal): -4034609 or 13594562. OLE color: 13594562.

HSL color Cylindrical-coordinate representation of color #C26FCF: hue angle of 291.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26FCF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 111 207 -
CMYK 0.06 0.46 0 0.19
HSL 291.88º 0.5% 0.62% -
HSV(B) 291.88º 0.46% 0.81% -
XYZ 39.2 27.34 62.24 -
YUV 146.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 194 111 207 0.06 0.46 0 0.19 291.88 0.5 0.62
Hex C2 6F CF 6 2E 0 13 124 32 3E
Octal 302 157 317 6 56 0 23 444 62 76
Binary 11000010 1101111 11001111 110 101110 0 10011 100100100 110010 111110

Color Harmonies of #C26FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FCF

Black with #C26FCF

Text Example


Text Example

White with #C26FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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