Html Css Color HEX #C06DE9 Medium Orchid

📋 copy color: '#C06DE9'

red 192 ◦ green 109 ◦ blue 233

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

Shades of Medium Orchid #C06DE9

Tints of Medium Orchid #C06DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 35.96%
G = 20.41%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C06DE9 (or 0xC06DE9) is known color: Medium Orchid. HEX triplet: C0, 6D and E9. RGB value is (192,109,233). Sum of RGB (Red+Green+Blue) = 192+109+233=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #C06DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DE9 is #3F9216. Grayscale: #939393. Windows color (decimal): -4166167 or 15297984. OLE color: 15297984.

HSL color Cylindrical-coordinate representation of color #C06DE9: hue angle of 280.16º degrees, saturation: 0.74, 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 #C06DE9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 109 233 -
CMYK 0.18 0.53 0 0.09
HSL 280.16º 0.74% 0.67% -
HSV(B) 280.16º 0.53% 0.91% -
XYZ 41.91 28.03 80.29 -
YUV 147.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 192 109 233 0.18 0.53 0 0.09 280.16 0.74 0.67
Hex C0 6D E9 12 35 0 9 118 4A 43
Octal 300 155 351 22 65 0 11 430 112 103
Binary 11000000 1101101 11101001 10010 110101 0 1001 100011000 1001010 1000011

Color Harmonies of #C06DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DE9

Black with #C06DE9

Text Example


Text Example

White with #C06DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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