Html Css Color HEX #C06EEB Medium Orchid

📋 copy color: '#C06EEB'

red 192 ◦ green 110 ◦ blue 235

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

Shades of Medium Orchid #C06EEB

Tints of Medium Orchid #C06EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 35.75%
G = 20.48%
B = 43.76%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C06EEB (or 0xC06EEB) is known color: Medium Orchid. HEX triplet: C0, 6E and EB. RGB value is (192,110,235). Sum of RGB (Red+Green+Blue) = 192+110+235=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C06EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EEB is #3F9114. Grayscale: #949494. Windows color (decimal): -4165909 or 15429312. OLE color: 15429312.

HSL color Cylindrical-coordinate representation of color #C06EEB: hue angle of 279.36º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06EEB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 110 235 -
CMYK 0.18 0.53 0 0.08
HSL 279.36º 0.76% 0.68% -
HSV(B) 279.36º 0.53% 0.92% -
XYZ 42.31 28.36 81.84 -
YUV 148.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 192 110 235 0.18 0.53 0 0.08 279.36 0.76 0.68
Hex C0 6E EB 12 35 0 8 117 4C 44
Octal 300 156 353 22 65 0 10 427 114 104
Binary 11000000 1101110 11101011 10010 110101 0 1000 100010111 1001100 1000100

Color Harmonies of #C06EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EEB

Black with #C06EEB

Text Example


Text Example

White with #C06EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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