Html Css Color HEX #C760D8 Medium Orchid

📋 copy color: '#C760D8'

red 199 ◦ green 96 ◦ blue 216

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

Shades of Medium Orchid #C760D8

Tints of Medium Orchid #C760D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 38.94%
G = 18.79%
B = 42.27%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C760D8 (or 0xC760D8) is known color: Medium Orchid. HEX triplet: C7, 60 and D8. RGB value is (199,96,216). Sum of RGB (Red+Green+Blue) = 199+96+216=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #C760D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760D8 is #389F27. Grayscale: #8C8C8C. Windows color (decimal): -3710760 or 14180551. OLE color: 14180551.

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

Color convert

RGB 199 96 216 -
CMYK 0.08 0.56 0 0.15
HSL 291.5º 0.61% 0.61% -
HSV(B) 291.5º 0.56% 0.85% -
XYZ 40.13 25.47 67.77 -
YUV 140.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 199 96 216 0.08 0.56 0 0.15 291.5 0.61 0.61
Hex C7 60 D8 8 38 0 F 124 3D 3D
Octal 307 140 330 10 70 0 17 444 75 75
Binary 11000111 1100000 11011000 1000 111000 0 1111 100100100 111101 111101

Color Harmonies of #C760D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760D8

Black with #C760D8

Text Example


Text Example

White with #C760D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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