Html Css Color HEX #C260DF Medium Orchid

📋 copy color: '#C260DF'

red 194 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C260DF

Tints of Medium Orchid #C260DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 37.82%
G = 18.71%
B = 43.47%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C260DF (or 0xC260DF) is known color: Medium Orchid. HEX triplet: C2, 60 and DF. RGB value is (194,96,223). Sum of RGB (Red+Green+Blue) = 194+96+223=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C260DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260DF is #3D9F20. Grayscale: #8B8B8B. Windows color (decimal): -4038433 or 14639298. OLE color: 14639298.

HSL color Cylindrical-coordinate representation of color #C260DF: hue angle of 286.3º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C260DF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 96 223 -
CMYK 0.13 0.57 0 0.13
HSL 286.3º 0.66% 0.63% -
HSV(B) 286.3º 0.57% 0.87% -
XYZ 39.75 25.16 72.57 -
YUV 139.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 194 96 223 0.13 0.57 0 0.13 286.3 0.66 0.63
Hex C2 60 DF D 39 0 D 11E 42 3F
Octal 302 140 337 15 71 0 15 436 102 77
Binary 11000010 1100000 11011111 1101 111001 0 1101 100011110 1000010 111111

Color Harmonies of #C260DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260DF

Black with #C260DF

Text Example


Text Example

White with #C260DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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