Html Css Color HEX #C06BDB Medium Orchid

📋 copy color: '#C06BDB'

red 192 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #C06BDB

Tints of Medium Orchid #C06BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.66%

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

R = 37.07%
G = 20.66%
B = 42.28%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C06BDB (or 0xC06BDB) is known color: Medium Orchid. HEX triplet: C0, 6B and DB. RGB value is (192,107,219). Sum of RGB (Red+Green+Blue) = 192+107+219=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C06BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BDB is #3F9424. Grayscale: #909090. Windows color (decimal): -4166693 or 14379968. OLE color: 14379968.

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

Color convert

RGB 192 107 219 -
CMYK 0.12 0.51 0 0.14
HSL 285.54º 0.61% 0.64% -
HSV(B) 285.54º 0.51% 0.86% -
XYZ 39.78 26.84 70.1 -
YUV 145.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 192 107 219 0.12 0.51 0 0.14 285.54 0.61 0.64
Hex C0 6B DB C 33 0 E 11E 3D 40
Octal 300 153 333 14 63 0 16 436 75 100
Binary 11000000 1101011 11011011 1100 110011 0 1110 100011110 111101 1000000

Color Harmonies of #C06BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BDB

Black with #C06BDB

Text Example


Text Example

White with #C06BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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