Html Css Color HEX #C06CDB Medium Orchid

📋 copy color: '#C06CDB'

red 192 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #C06CDB

Tints of Medium Orchid #C06CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

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

R = 36.99%
G = 20.81%
B = 42.2%

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

#C06CDB (or 0xC06CDB) is known color: Medium Orchid. HEX triplet: C0, 6C and DB. RGB value is (192,108,219). Sum of RGB (Red+Green+Blue) = 192+108+219=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C06CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDB is #3F9324. Grayscale: #919191. Windows color (decimal): -4166437 or 14380224. OLE color: 14380224.

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

Color convert

RGB 192 108 219 -
CMYK 0.12 0.51 0 0.14
HSL 285.41º 0.61% 0.64% -
HSV(B) 285.41º 0.51% 0.86% -
XYZ 39.89 27.05 70.14 -
YUV 145.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 192 108 219 0.12 0.51 0 0.14 285.41 0.61 0.64
Hex C0 6C DB C 33 0 E 11D 3D 40
Octal 300 154 333 14 63 0 16 435 75 100
Binary 11000000 1101100 11011011 1100 110011 0 1110 100011101 111101 1000000

Color Harmonies of #C06CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CDB

Black with #C06CDB

Text Example


Text Example

White with #C06CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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