Html Css Color HEX #C168EB Medium Orchid

📋 copy color: '#C168EB'

red 193 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #C168EB

Tints of Medium Orchid #C168EB

RGB

 RED value IS 193 (75.78% from 255) = 36.28%

 GREEN value IS 104 (41.02% from 255) = 19.55%

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

R = 36.28%
G = 19.55%
B = 44.17%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C168EB (or 0xC168EB) is known color: Medium Orchid. HEX triplet: C1, 68 and EB. RGB value is (193,104,235). Sum of RGB (Red+Green+Blue) = 193+104+235=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C168EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168EB is #3E9714. Grayscale: #919191. Windows color (decimal): -4101909 or 15427777. OLE color: 15427777.

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

Color convert

RGB 193 104 235 -
CMYK 0.18 0.56 0 0.08
HSL 280.76º 0.77% 0.66% -
HSV(B) 280.76º 0.56% 0.92% -
XYZ 41.94 27.24 81.64 -
YUV 145.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 193 104 235 0.18 0.56 0 0.08 280.76 0.77 0.66
Hex C1 68 EB 12 38 0 8 119 4D 42
Octal 301 150 353 22 70 0 10 431 115 102
Binary 11000001 1101000 11101011 10010 111000 0 1000 100011001 1001101 1000010

Color Harmonies of #C168EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168EB

Black with #C168EB

Text Example


Text Example

White with #C168EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168EB; }

 p { color: rgb(193,104,235); }

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

background-color css

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

 a { background-color: rgb(193,104,235); }

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

border-color css

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

 span { border-color: rgb(193,104,235); }

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