Html Css Color HEX #C26CCF Medium Orchid

📋 copy color: '#C26CCF'

red 194 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #C26CCF

Tints of Medium Orchid #C26CCF

RGB

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

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

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

R = 38.11%
G = 21.22%
B = 40.67%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26CCF (or 0xC26CCF) is known color: Medium Orchid. HEX triplet: C2, 6C and CF. RGB value is (194,108,207). Sum of RGB (Red+Green+Blue) = 194+108+207=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCF is #3D9330. Grayscale: #909090. Windows color (decimal): -4035377 or 13593794. OLE color: 13593794.

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

Color convert

RGB 194 108 207 -
CMYK 0.06 0.48 0 0.19
HSL 292.12º 0.51% 0.62% -
HSV(B) 292.12º 0.48% 0.81% -
XYZ 38.87 26.7 62.14 -
YUV 145 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 194 108 207 0.06 0.48 0 0.19 292.12 0.51 0.62
Hex C2 6C CF 6 30 0 13 124 33 3E
Octal 302 154 317 6 60 0 23 444 63 76
Binary 11000010 1101100 11001111 110 110000 0 10011 100100100 110011 111110

Color Harmonies of #C26CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CCF

Black with #C26CCF

Text Example


Text Example

White with #C26CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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