Html Css Color HEX #C768DB Medium Orchid

📋 copy color: '#C768DB'

red 199 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #C768DB

Tints of Medium Orchid #C768DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 38.12%
G = 19.92%
B = 41.95%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C768DB (or 0xC768DB) is known color: Medium Orchid. HEX triplet: C7, 68 and DB. RGB value is (199,104,219). Sum of RGB (Red+Green+Blue) = 199+104+219=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C768DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DB is #389724. Grayscale: #919191. Windows color (decimal): -3708709 or 14379207. OLE color: 14379207.

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

Color convert

RGB 199 104 219 -
CMYK 0.09 0.53 0 0.14
HSL 289.57º 0.61% 0.63% -
HSV(B) 289.57º 0.53% 0.86% -
XYZ 41.29 27.16 70.08 -
YUV 145.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 199 104 219 0.09 0.53 0 0.14 289.57 0.61 0.63
Hex C7 68 DB 9 35 0 E 122 3D 3F
Octal 307 150 333 11 65 0 16 442 75 77
Binary 11000111 1101000 11011011 1001 110101 0 1110 100100010 111101 111111

Color Harmonies of #C768DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768DB

Black with #C768DB

Text Example


Text Example

White with #C768DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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