Html Css Color HEX #C06FD6 Medium Orchid

📋 copy color: '#C06FD6'

red 192 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #C06FD6

Tints of Medium Orchid #C06FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 37.14%
G = 21.47%
B = 41.39%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C06FD6 (or 0xC06FD6) is known color: Medium Orchid. HEX triplet: C0, 6F and D6. RGB value is (192,111,214). Sum of RGB (Red+Green+Blue) = 192+111+214=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #C06FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FD6 is #3F9029. Grayscale: #929292. Windows color (decimal): -4165674 or 14053312. OLE color: 14053312.

HSL color Cylindrical-coordinate representation of color #C06FD6: hue angle of 287.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06FD6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 111 214 -
CMYK 0.10 0.48 0 0.16
HSL 287.18º 0.56% 0.64% -
HSV(B) 287.18º 0.48% 0.84% -
XYZ 39.56 27.43 66.83 -
YUV 146.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 192 111 214 0.10 0.48 0 0.16 287.18 0.56 0.64
Hex C0 6F D6 A 30 0 10 11F 38 40
Octal 300 157 326 12 60 0 20 437 70 100
Binary 11000000 1101111 11010110 1010 110000 0 10000 100011111 111000 1000000

Color Harmonies of #C06FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FD6

Black with #C06FD6

Text Example


Text Example

White with #C06FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FD6; }

 p { color: rgb(192,111,214); }

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

background-color css

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

 a { background-color: rgb(192,111,214); }

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

border-color css

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

 span { border-color: rgb(192,111,214); }

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