Html Css Color HEX #C167EC Medium Orchid

📋 copy color: '#C167EC'

red 193 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #C167EC

Tints of Medium Orchid #C167EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.36%

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

R = 36.28%
G = 19.36%
B = 44.36%

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

#C167EC (or 0xC167EC) is known color: Medium Orchid. HEX triplet: C1, 67 and EC. RGB value is (193,103,236). Sum of RGB (Red+Green+Blue) = 193+103+236=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #C167EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C167EC is #3E9813. Grayscale: #909090. Windows color (decimal): -4102164 or 15493057. OLE color: 15493057.

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

Color convert

RGB 193 103 236 -
CMYK 0.18 0.56 0 0.07
HSL 280.6º 0.78% 0.66% -
HSV(B) 280.6º 0.56% 0.93% -
XYZ 41.98 27.09 82.37 -
YUV 145.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 193 103 236 0.18 0.56 0 0.07 280.6 0.78 0.66
Hex C1 67 EC 12 38 0 7 119 4E 42
Octal 301 147 354 22 70 0 7 431 116 102
Binary 11000001 1100111 11101100 10010 111000 0 111 100011001 1001110 1000010

Color Harmonies of #C167EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167EC

Black with #C167EC

Text Example


Text Example

White with #C167EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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