Html Css Color HEX #C167E4 Medium Orchid

📋 copy color: '#C167E4'

red 193 ◦ green 103 ◦ blue 228

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

Shades of Medium Orchid #C167E4

Tints of Medium Orchid #C167E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.51%

R = 36.83%
G = 19.66%
B = 43.51%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C167E4 (or 0xC167E4) is known color: Medium Orchid. HEX triplet: C1, 67 and E4. RGB value is (193,103,228). Sum of RGB (Red+Green+Blue) = 193+103+228=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #C167E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167E4 is #3E981B. Grayscale: #8F8F8F. Windows color (decimal): -4102172 or 14968769. OLE color: 14968769.

HSL color Cylindrical-coordinate representation of color #C167E4: hue angle of 283.2º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C167E4 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 103 228 -
CMYK 0.15 0.55 0 0.11
HSL 283.2º 0.7% 0.65% -
HSV(B) 283.2º 0.55% 0.89% -
XYZ 40.85 26.64 76.39 -
YUV 144.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 193 103 228 0.15 0.55 0 0.11 283.2 0.7 0.65
Hex C1 67 E4 F 37 0 B 11B 46 41
Octal 301 147 344 17 67 0 13 433 106 101
Binary 11000001 1100111 11100100 1111 110111 0 1011 100011011 1000110 1000001

Color Harmonies of #C167E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167E4

Black with #C167E4

Text Example


Text Example

White with #C167E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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