Html Css Color HEX #C167E6 Medium Orchid

📋 copy color: '#C167E6'

red 193 ◦ green 103 ◦ blue 230

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

Shades of Medium Orchid #C167E6

Tints of Medium Orchid #C167E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 36.69%
G = 19.58%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C167E6 (or 0xC167E6) is known color: Medium Orchid. HEX triplet: C1, 67 and E6. RGB value is (193,103,230). Sum of RGB (Red+Green+Blue) = 193+103+230=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #C167E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C167E6 is #3E9819. Grayscale: #8F8F8F. Windows color (decimal): -4102170 or 15099841. OLE color: 15099841.

HSL color Cylindrical-coordinate representation of color #C167E6: hue angle of 282.52º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C167E6 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 103 230 -
CMYK 0.16 0.55 0 0.10
HSL 282.52º 0.72% 0.65% -
HSV(B) 282.52º 0.55% 0.9% -
XYZ 41.13 26.75 77.86 -
YUV 144.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 193 103 230 0.16 0.55 0 0.10 282.52 0.72 0.65
Hex C1 67 E6 10 37 0 A 11B 48 41
Octal 301 147 346 20 67 0 12 433 110 101
Binary 11000001 1100111 11100110 10000 110111 0 1010 100011011 1001000 1000001

Color Harmonies of #C167E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167E6

Black with #C167E6

Text Example


Text Example

White with #C167E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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