Html Css Color HEX #C06DDF Medium Orchid

📋 copy color: '#C06DDF'

red 192 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #C06DDF

Tints of Medium Orchid #C06DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 36.64%
G = 20.8%
B = 42.56%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06DDF (or 0xC06DDF) is known color: Medium Orchid. HEX triplet: C0, 6D and DF. RGB value is (192,109,223). Sum of RGB (Red+Green+Blue) = 192+109+223=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C06DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DDF is #3F9220. Grayscale: #929292. Windows color (decimal): -4166177 or 14642624. OLE color: 14642624.

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

Color convert

RGB 192 109 223 -
CMYK 0.14 0.51 0 0.13
HSL 283.68º 0.64% 0.65% -
HSV(B) 283.68º 0.51% 0.87% -
XYZ 40.53 27.47 72.98 -
YUV 146.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 192 109 223 0.14 0.51 0 0.13 283.68 0.64 0.65
Hex C0 6D DF E 33 0 D 11C 40 41
Octal 300 155 337 16 63 0 15 434 100 101
Binary 11000000 1101101 11011111 1110 110011 0 1101 100011100 1000000 1000001

Color Harmonies of #C06DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DDF

Black with #C06DDF

Text Example


Text Example

White with #C06DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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