Html Css Color HEX #C761DB Medium Orchid

📋 copy color: '#C761DB'

red 199 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #C761DB

Tints of Medium Orchid #C761DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 38.64%
G = 18.83%
B = 42.52%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C761DB (or 0xC761DB) is known color: Medium Orchid. HEX triplet: C7, 61 and DB. RGB value is (199,97,219). Sum of RGB (Red+Green+Blue) = 199+97+219=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C761DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761DB is #389E24. Grayscale: #8D8D8D. Windows color (decimal): -3710501 or 14377415. OLE color: 14377415.

HSL color Cylindrical-coordinate representation of color #C761DB: hue angle of 290.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C761DB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 97 219 -
CMYK 0.09 0.56 0 0.14
HSL 290.16º 0.63% 0.62% -
HSV(B) 290.16º 0.56% 0.86% -
XYZ 40.61 25.81 69.86 -
YUV 141.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 199 97 219 0.09 0.56 0 0.14 290.16 0.63 0.62
Hex C7 61 DB 9 38 0 E 122 3F 3E
Octal 307 141 333 11 70 0 16 442 77 76
Binary 11000111 1100001 11011011 1001 111000 0 1110 100100010 111111 111110

Color Harmonies of #C761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761DB

Black with #C761DB

Text Example


Text Example

White with #C761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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