Html Css Color HEX #C06EE9 Medium Orchid

📋 copy color: '#C06EE9'

red 192 ◦ green 110 ◦ blue 233

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

Shades of Medium Orchid #C06EE9

Tints of Medium Orchid #C06EE9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

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

R = 35.89%
G = 20.56%
B = 43.55%

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

#C06EE9 (or 0xC06EE9) is known color: Medium Orchid. HEX triplet: C0, 6E and E9. RGB value is (192,110,233). Sum of RGB (Red+Green+Blue) = 192+110+233=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #C06EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EE9 is #3F9116. Grayscale: #949494. Windows color (decimal): -4165911 or 15298240. OLE color: 15298240.

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

Color convert

RGB 192 110 233 -
CMYK 0.18 0.53 0 0.09
HSL 280º 0.74% 0.67% -
HSV(B) 280º 0.53% 0.91% -
XYZ 42.02 28.24 80.33 -
YUV 148.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 192 110 233 0.18 0.53 0 0.09 280 0.74 0.67
Hex C0 6E E9 12 35 0 9 118 4A 43
Octal 300 156 351 22 65 0 11 430 112 103
Binary 11000000 1101110 11101001 10010 110101 0 1001 100011000 1001010 1000011

Color Harmonies of #C06EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EE9

Black with #C06EE9

Text Example


Text Example

White with #C06EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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