Html Css Color HEX #C761DA Medium Orchid

📋 copy color: '#C761DA'

red 199 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #C761DA

Tints of Medium Orchid #C761DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.87%

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

R = 38.72%
G = 18.87%
B = 42.41%

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

#C761DA (or 0xC761DA) is known color: Medium Orchid. HEX triplet: C7, 61 and DA. RGB value is (199,97,218). Sum of RGB (Red+Green+Blue) = 199+97+218=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C761DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761DA is #389E25. Grayscale: #8C8C8C. Windows color (decimal): -3710502 or 14311879. OLE color: 14311879.

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

Color convert

RGB 199 97 218 -
CMYK 0.09 0.56 0 0.15
HSL 290.58º 0.62% 0.62% -
HSV(B) 290.58º 0.56% 0.85% -
XYZ 40.48 25.75 69.17 -
YUV 141.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 199 97 218 0.09 0.56 0 0.15 290.58 0.62 0.62
Hex C7 61 DA 9 38 0 F 123 3E 3E
Octal 307 141 332 11 70 0 17 443 76 76
Binary 11000111 1100001 11011010 1001 111000 0 1111 100100011 111110 111110

Color Harmonies of #C761DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761DA

Black with #C761DA

Text Example


Text Example

White with #C761DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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