Html Css Color HEX #C06DDC Medium Orchid

📋 copy color: '#C06DDC'

red 192 ◦ green 109 ◦ blue 220

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

Shades of Medium Orchid #C06DDC

Tints of Medium Orchid #C06DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

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

R = 36.85%
G = 20.92%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C06DDC (or 0xC06DDC) is known color: Medium Orchid. HEX triplet: C0, 6D and DC. RGB value is (192,109,220). Sum of RGB (Red+Green+Blue) = 192+109+220=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DDC is #3F9223. Grayscale: #929292. Windows color (decimal): -4166180 or 14446016. OLE color: 14446016.

HSL color Cylindrical-coordinate representation of color #C06DDC: hue angle of 284.86º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06DDC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 109 220 -
CMYK 0.13 0.50 0 0.14
HSL 284.86º 0.61% 0.65% -
HSV(B) 284.86º 0.5% 0.86% -
XYZ 40.13 27.31 70.87 -
YUV 146.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 192 109 220 0.13 0.50 0 0.14 284.86 0.61 0.65
Hex C0 6D DC D 32 0 E 11D 3D 41
Octal 300 155 334 15 62 0 16 435 75 101
Binary 11000000 1101101 11011100 1101 110010 0 1110 100011101 111101 1000001

Color Harmonies of #C06DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DDC

Black with #C06DDC

Text Example


Text Example

White with #C06DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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