Html Css Color HEX #C764DC Medium Orchid

📋 copy color: '#C764DC'

red 199 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #C764DC

Tints of Medium Orchid #C764DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.27%

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

R = 38.34%
G = 19.27%
B = 42.39%

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

#C764DC (or 0xC764DC) is known color: Medium Orchid. HEX triplet: C7, 64 and DC. RGB value is (199,100,220). Sum of RGB (Red+Green+Blue) = 199+100+220=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C764DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DC is #389B23. Grayscale: #8E8E8E. Windows color (decimal): -3709732 or 14443719. OLE color: 14443719.

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

Color convert

RGB 199 100 220 -
CMYK 0.10 0.55 0 0.14
HSL 289.5º 0.63% 0.63% -
HSV(B) 289.5º 0.55% 0.86% -
XYZ 41.03 26.42 70.65 -
YUV 143.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 199 100 220 0.10 0.55 0 0.14 289.5 0.63 0.63
Hex C7 64 DC A 37 0 E 122 3F 3F
Octal 307 144 334 12 67 0 16 442 77 77
Binary 11000111 1100100 11011100 1010 110111 0 1110 100100010 111111 111111

Color Harmonies of #C764DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764DC

Black with #C764DC

Text Example


Text Example

White with #C764DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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