Html Css Color HEX #C760DA Medium Orchid

📋 copy color: '#C760DA'

red 199 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #C760DA

Tints of Medium Orchid #C760DA

RGB

 RED value IS 199 (78.13% from 255) = 38.79%

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

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

R = 38.79%
G = 18.71%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C760DA (or 0xC760DA) is known color: Medium Orchid. HEX triplet: C7, 60 and DA. RGB value is (199,96,218). Sum of RGB (Red+Green+Blue) = 199+96+218=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C760DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760DA is #389F25. Grayscale: #8C8C8C. Windows color (decimal): -3710758 or 14311623. OLE color: 14311623.

HSL color Cylindrical-coordinate representation of color #C760DA: hue angle of 290.66º 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 #C760DA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 96 218 -
CMYK 0.09 0.56 0 0.15
HSL 290.66º 0.62% 0.62% -
HSV(B) 290.66º 0.56% 0.85% -
XYZ 40.39 25.57 69.14 -
YUV 140.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 199 96 218 0.09 0.56 0 0.15 290.66 0.62 0.62
Hex C7 60 DA 9 38 0 F 123 3E 3E
Octal 307 140 332 11 70 0 17 443 76 76
Binary 11000111 1100000 11011010 1001 111000 0 1111 100100011 111110 111110

Color Harmonies of #C760DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760DA

Black with #C760DA

Text Example


Text Example

White with #C760DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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