Html Css Color HEX #C764DF Medium Orchid

📋 copy color: '#C764DF'

red 199 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C764DF

Tints of Medium Orchid #C764DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 38.12%
G = 19.16%
B = 42.72%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C764DF (or 0xC764DF) is known color: Medium Orchid. HEX triplet: C7, 64 and DF. RGB value is (199,100,223). Sum of RGB (Red+Green+Blue) = 199+100+223=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C764DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DF is #389B20. Grayscale: #8F8F8F. Windows color (decimal): -3709729 or 14640327. OLE color: 14640327.

HSL color Cylindrical-coordinate representation of color #C764DF: hue angle of 288.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C764DF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 100 223 -
CMYK 0.11 0.55 0 0.13
HSL 288.29º 0.66% 0.63% -
HSV(B) 288.29º 0.55% 0.87% -
XYZ 41.43 26.58 72.76 -
YUV 143.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 199 100 223 0.11 0.55 0 0.13 288.29 0.66 0.63
Hex C7 64 DF B 37 0 D 120 42 3F
Octal 307 144 337 13 67 0 15 440 102 77
Binary 11000111 1100100 11011111 1011 110111 0 1101 100100000 1000010 111111

Color Harmonies of #C764DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764DF

Black with #C764DF

Text Example


Text Example

White with #C764DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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