Html Css Color HEX #C260CF Medium Orchid

📋 copy color: '#C260CF'

red 194 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #C260CF

Tints of Medium Orchid #C260CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

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

R = 39.03%
G = 19.32%
B = 41.65%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C260CF (or 0xC260CF) is known color: Medium Orchid. HEX triplet: C2, 60 and CF. RGB value is (194,96,207). Sum of RGB (Red+Green+Blue) = 194+96+207=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #C260CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260CF is #3D9F30. Grayscale: #898989. Windows color (decimal): -4038449 or 13590722. OLE color: 13590722.

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

Color convert

RGB 194 96 207 -
CMYK 0.06 0.54 0 0.19
HSL 292.97º 0.54% 0.59% -
HSV(B) 292.97º 0.54% 0.81% -
XYZ 37.69 24.34 61.74 -
YUV 137.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 194 96 207 0.06 0.54 0 0.19 292.97 0.54 0.59
Hex C2 60 CF 6 36 0 13 125 36 3B
Octal 302 140 317 6 66 0 23 445 66 73
Binary 11000010 1100000 11001111 110 110110 0 10011 100100101 110110 111011

Color Harmonies of #C260CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260CF

Black with #C260CF

Text Example


Text Example

White with #C260CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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