Html Css Color HEX #C06DE8 Medium Orchid

📋 copy color: '#C06DE8'

red 192 ◦ green 109 ◦ blue 232

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

Shades of Medium Orchid #C06DE8

Tints of Medium Orchid #C06DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 36.02%
G = 20.45%
B = 43.53%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C06DE8 (or 0xC06DE8) is known color: Medium Orchid. HEX triplet: C0, 6D and E8. RGB value is (192,109,232). Sum of RGB (Red+Green+Blue) = 192+109+232=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #C06DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DE8 is #3F9217. Grayscale: #939393. Windows color (decimal): -4166168 or 15232448. OLE color: 15232448.

HSL color Cylindrical-coordinate representation of color #C06DE8: hue angle of 280.49º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06DE8 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 109 232 -
CMYK 0.17 0.53 0 0.09
HSL 280.49º 0.73% 0.67% -
HSV(B) 280.49º 0.53% 0.91% -
XYZ 41.77 27.97 79.54 -
YUV 147.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 192 109 232 0.17 0.53 0 0.09 280.49 0.73 0.67
Hex C0 6D E8 11 35 0 9 118 49 43
Octal 300 155 350 21 65 0 11 430 111 103
Binary 11000000 1101101 11101000 10001 110101 0 1001 100011000 1001001 1000011

Color Harmonies of #C06DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DE8

Black with #C06DE8

Text Example


Text Example

White with #C06DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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