Html Css Color HEX #C768DF Medium Orchid

📋 copy color: '#C768DF'

red 199 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #C768DF

Tints of Medium Orchid #C768DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.77%

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

R = 37.83%
G = 19.77%
B = 42.4%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C768DF (or 0xC768DF) is known color: Medium Orchid. HEX triplet: C7, 68 and DF. RGB value is (199,104,223). Sum of RGB (Red+Green+Blue) = 199+104+223=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C768DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DF is #389720. Grayscale: #919191. Windows color (decimal): -3708705 or 14641351. OLE color: 14641351.

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

Color convert

RGB 199 104 223 -
CMYK 0.11 0.53 0 0.13
HSL 287.9º 0.65% 0.64% -
HSV(B) 287.9º 0.53% 0.87% -
XYZ 41.82 27.37 72.89 -
YUV 145.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 199 104 223 0.11 0.53 0 0.13 287.9 0.65 0.64
Hex C7 68 DF B 35 0 D 120 41 40
Octal 307 150 337 13 65 0 15 440 101 100
Binary 11000111 1101000 11011111 1011 110101 0 1101 100100000 1000001 1000000

Color Harmonies of #C768DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768DF

Black with #C768DF

Text Example


Text Example

White with #C768DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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