Html Css Color HEX #C260DA Medium Orchid

📋 copy color: '#C260DA'

red 194 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #C260DA

Tints of Medium Orchid #C260DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 38.19%
G = 18.9%
B = 42.91%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C260DA (or 0xC260DA) is known color: Medium Orchid. HEX triplet: C2, 60 and DA. RGB value is (194,96,218). Sum of RGB (Red+Green+Blue) = 194+96+218=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C260DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260DA is #3D9F25. Grayscale: #8A8A8A. Windows color (decimal): -4038438 or 14311618. OLE color: 14311618.

HSL color Cylindrical-coordinate representation of color #C260DA: hue angle of 288.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C260DA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 96 218 -
CMYK 0.11 0.56 0 0.15
HSL 288.2º 0.62% 0.62% -
HSV(B) 288.2º 0.56% 0.85% -
XYZ 39.09 24.9 69.08 -
YUV 139.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 194 96 218 0.11 0.56 0 0.15 288.2 0.62 0.62
Hex C2 60 DA B 38 0 F 120 3E 3E
Octal 302 140 332 13 70 0 17 440 76 76
Binary 11000010 1100000 11011010 1011 111000 0 1111 100100000 111110 111110

Color Harmonies of #C260DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260DA

Black with #C260DA

Text Example


Text Example

White with #C260DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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