Html Css Color HEX #C768DD Medium Orchid

📋 copy color: '#C768DD'

red 199 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #C768DD

Tints of Medium Orchid #C768DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 37.98%
G = 19.85%
B = 42.18%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C768DD (or 0xC768DD) is known color: Medium Orchid. HEX triplet: C7, 68 and DD. RGB value is (199,104,221). Sum of RGB (Red+Green+Blue) = 199+104+221=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C768DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DD is #389722. Grayscale: #919191. Windows color (decimal): -3708707 or 14510279. OLE color: 14510279.

HSL color Cylindrical-coordinate representation of color #C768DD: hue angle of 288.72º degrees, saturation: 0.63, 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 #C768DD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 104 221 -
CMYK 0.10 0.53 0 0.13
HSL 288.72º 0.63% 0.64% -
HSV(B) 288.72º 0.53% 0.87% -
XYZ 41.55 27.26 71.48 -
YUV 145.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 199 104 221 0.10 0.53 0 0.13 288.72 0.63 0.64
Hex C7 68 DD A 35 0 D 121 3F 40
Octal 307 150 335 12 65 0 15 441 77 100
Binary 11000111 1101000 11011101 1010 110101 0 1101 100100001 111111 1000000

Color Harmonies of #C768DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768DD

Black with #C768DD

Text Example


Text Example

White with #C768DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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