Html Css Color HEX #C167E0 Medium Orchid

📋 copy color: '#C167E0'

red 193 ◦ green 103 ◦ blue 224

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

Shades of Medium Orchid #C167E0

Tints of Medium Orchid #C167E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 37.12%
G = 19.81%
B = 43.08%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C167E0 (or 0xC167E0) is known color: Medium Orchid. HEX triplet: C1, 67 and E0. RGB value is (193,103,224). Sum of RGB (Red+Green+Blue) = 193+103+224=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #C167E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167E0 is #3E981F. Grayscale: #8F8F8F. Windows color (decimal): -4102176 or 14706625. OLE color: 14706625.

HSL color Cylindrical-coordinate representation of color #C167E0: hue angle of 284.63º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C167E0 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 103 224 -
CMYK 0.14 0.54 0 0.12
HSL 284.63º 0.66% 0.64% -
HSV(B) 284.63º 0.54% 0.88% -
XYZ 40.3 26.42 73.5 -
YUV 143.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 193 103 224 0.14 0.54 0 0.12 284.63 0.66 0.64
Hex C1 67 E0 E 36 0 C 11D 42 40
Octal 301 147 340 16 66 0 14 435 102 100
Binary 11000001 1100111 11100000 1110 110110 0 1100 100011101 1000010 1000000

Color Harmonies of #C167E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167E0

Black with #C167E0

Text Example


Text Example

White with #C167E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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