Html Css Color HEX #C06ADB Medium Orchid

📋 copy color: '#C06ADB'

red 192 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #C06ADB

Tints of Medium Orchid #C06ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

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

R = 37.14%
G = 20.5%
B = 42.36%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C06ADB (or 0xC06ADB) is known color: Medium Orchid. HEX triplet: C0, 6A and DB. RGB value is (192,106,219). Sum of RGB (Red+Green+Blue) = 192+106+219=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C06ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ADB is #3F9524. Grayscale: #909090. Windows color (decimal): -4166949 or 14379712. OLE color: 14379712.

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

Color convert

RGB 192 106 219 -
CMYK 0.12 0.52 0 0.14
HSL 285.66º 0.61% 0.64% -
HSV(B) 285.66º 0.52% 0.86% -
XYZ 39.68 26.63 70.07 -
YUV 144.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 192 106 219 0.12 0.52 0 0.14 285.66 0.61 0.64
Hex C0 6A DB C 34 0 E 11E 3D 40
Octal 300 152 333 14 64 0 16 436 75 100
Binary 11000000 1101010 11011011 1100 110100 0 1110 100011110 111101 1000000

Color Harmonies of #C06ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ADB

Black with #C06ADB

Text Example


Text Example

White with #C06ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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