Html Css Color HEX #C06CDC Medium Orchid

📋 copy color: '#C06CDC'

red 192 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #C06CDC

Tints of Medium Orchid #C06CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 36.92%
G = 20.77%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C06CDC (or 0xC06CDC) is known color: Medium Orchid. HEX triplet: C0, 6C and DC. RGB value is (192,108,220). Sum of RGB (Red+Green+Blue) = 192+108+220=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDC is #3F9323. Grayscale: #919191. Windows color (decimal): -4166436 or 14445760. OLE color: 14445760.

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

Color convert

RGB 192 108 220 -
CMYK 0.13 0.51 0 0.14
HSL 285º 0.62% 0.64% -
HSV(B) 285º 0.51% 0.86% -
XYZ 40.02 27.1 70.83 -
YUV 145.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 192 108 220 0.13 0.51 0 0.14 285 0.62 0.64
Hex C0 6C DC D 33 0 E 11D 3E 40
Octal 300 154 334 15 63 0 16 435 76 100
Binary 11000000 1101100 11011100 1101 110011 0 1110 100011101 111110 1000000

Color Harmonies of #C06CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CDC

Black with #C06CDC

Text Example


Text Example

White with #C06CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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