Html Css Color HEX #C764EC Medium Orchid

📋 copy color: '#C764EC'

red 199 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #C764EC

Tints of Medium Orchid #C764EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 37.2%
G = 18.69%
B = 44.11%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C764EC (or 0xC764EC) is known color: Medium Orchid. HEX triplet: C7, 64 and EC. RGB value is (199,100,236). Sum of RGB (Red+Green+Blue) = 199+100+236=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C764EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764EC is #389B13. Grayscale: #909090. Windows color (decimal): -3709716 or 15492295. OLE color: 15492295.

HSL color Cylindrical-coordinate representation of color #C764EC: hue angle of 283.68º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C764EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 100 236 -
CMYK 0.16 0.58 0 0.07
HSL 283.68º 0.78% 0.66% -
HSV(B) 283.68º 0.58% 0.93% -
XYZ 43.25 27.31 82.35 -
YUV 145.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 199 100 236 0.16 0.58 0 0.07 283.68 0.78 0.66
Hex C7 64 EC 10 3A 0 7 11C 4E 42
Octal 307 144 354 20 72 0 7 434 116 102
Binary 11000111 1100100 11101100 10000 111010 0 111 100011100 1001110 1000010

Color Harmonies of #C764EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764EC

Black with #C764EC

Text Example


Text Example

White with #C764EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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