Html Css Color HEX #C168EC Medium Orchid

📋 copy color: '#C168EC'

red 193 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #C168EC

Tints of Medium Orchid #C168EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 36.21%
G = 19.51%
B = 44.28%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C168EC (or 0xC168EC) is known color: Medium Orchid. HEX triplet: C1, 68 and EC. RGB value is (193,104,236). Sum of RGB (Red+Green+Blue) = 193+104+236=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #C168EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168EC is #3E9713. Grayscale: #919191. Windows color (decimal): -4101908 or 15493313. OLE color: 15493313.

HSL color Cylindrical-coordinate representation of color #C168EC: hue angle of 280.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C168EC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 104 236 -
CMYK 0.18 0.56 0 0.07
HSL 280.45º 0.78% 0.67% -
HSV(B) 280.45º 0.56% 0.93% -
XYZ 42.08 27.29 82.41 -
YUV 145.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 193 104 236 0.18 0.56 0 0.07 280.45 0.78 0.67
Hex C1 68 EC 12 38 0 7 118 4E 43
Octal 301 150 354 22 70 0 7 430 116 103
Binary 11000001 1101000 11101100 10010 111000 0 111 100011000 1001110 1000011

Color Harmonies of #C168EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168EC

Black with #C168EC

Text Example


Text Example

White with #C168EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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