Html Css Color HEX #C762DC Medium Orchid

📋 copy color: '#C762DC'

red 199 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #C762DC

Tints of Medium Orchid #C762DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 38.49%
G = 18.96%
B = 42.55%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C762DC (or 0xC762DC) is known color: Medium Orchid. HEX triplet: C7, 62 and DC. RGB value is (199,98,220). Sum of RGB (Red+Green+Blue) = 199+98+220=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C762DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762DC is #389D23. Grayscale: #8D8D8D. Windows color (decimal): -3710244 or 14443207. OLE color: 14443207.

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

Color convert

RGB 199 98 220 -
CMYK 0.10 0.55 0 0.14
HSL 289.67º 0.64% 0.62% -
HSV(B) 289.67º 0.55% 0.86% -
XYZ 40.84 26.04 70.58 -
YUV 142.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 199 98 220 0.10 0.55 0 0.14 289.67 0.64 0.62
Hex C7 62 DC A 37 0 E 122 40 3E
Octal 307 142 334 12 67 0 16 442 100 76
Binary 11000111 1100010 11011100 1010 110111 0 1110 100100010 1000000 111110

Color Harmonies of #C762DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C762DC

Black with #C762DC

Text Example


Text Example

White with #C762DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C762DC; }

 p { color: rgb(199,98,220); }

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

background-color css

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

 a { background-color: rgb(199,98,220); }

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

border-color css

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

 span { border-color: rgb(199,98,220); }

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