Html Css Color HEX #C068DB Medium Orchid

📋 copy color: '#C068DB'

red 192 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #C068DB

Tints of Medium Orchid #C068DB

RGB

 RED value IS 192 (75.39% from 255) = 37.28%

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

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

R = 37.28%
G = 20.19%
B = 42.52%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C068DB (or 0xC068DB) is known color: Medium Orchid. HEX triplet: C0, 68 and DB. RGB value is (192,104,219). Sum of RGB (Red+Green+Blue) = 192+104+219=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C068DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DB is #3F9724. Grayscale: #8F8F8F. Windows color (decimal): -4167461 or 14379200. OLE color: 14379200.

HSL color Cylindrical-coordinate representation of color #C068DB: hue angle of 285.91º 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 #C068DB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 104 219 -
CMYK 0.12 0.53 0 0.14
HSL 285.91º 0.61% 0.63% -
HSV(B) 285.91º 0.53% 0.86% -
XYZ 39.47 26.22 70 -
YUV 143.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 192 104 219 0.12 0.53 0 0.14 285.91 0.61 0.63
Hex C0 68 DB C 35 0 E 11E 3D 3F
Octal 300 150 333 14 65 0 16 436 75 77
Binary 11000000 1101000 11011011 1100 110101 0 1110 100011110 111101 111111

Color Harmonies of #C068DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068DB

Black with #C068DB

Text Example


Text Example

White with #C068DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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