Html Css Color HEX #C167DE Medium Orchid

📋 copy color: '#C167DE'

red 193 ◦ green 103 ◦ blue 222

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

Shades of Medium Orchid #C167DE

Tints of Medium Orchid #C167DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 37.26%
G = 19.88%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C167DE (or 0xC167DE) is known color: Medium Orchid. HEX triplet: C1, 67 and DE. RGB value is (193,103,222). Sum of RGB (Red+Green+Blue) = 193+103+222=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #C167DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167DE is #3E9821. Grayscale: #8F8F8F. Windows color (decimal): -4102178 or 14575553. OLE color: 14575553.

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

Color convert

RGB 193 103 222 -
CMYK 0.13 0.54 0 0.13
HSL 285.38º 0.64% 0.64% -
HSV(B) 285.38º 0.54% 0.87% -
XYZ 40.03 26.31 72.08 -
YUV 143.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 193 103 222 0.13 0.54 0 0.13 285.38 0.64 0.64
Hex C1 67 DE D 36 0 D 11D 40 40
Octal 301 147 336 15 66 0 15 435 100 100
Binary 11000001 1100111 11011110 1101 110110 0 1101 100011101 1000000 1000000

Color Harmonies of #C167DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167DE

Black with #C167DE

Text Example


Text Example

White with #C167DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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