Html Css Color HEX #C167DF Medium Orchid

📋 copy color: '#C167DF'

red 193 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #C167DF

Tints of Medium Orchid #C167DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 37.19%
G = 19.85%
B = 42.97%

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

#C167DF (or 0xC167DF) is known color: Medium Orchid. HEX triplet: C1, 67 and DF. RGB value is (193,103,223). Sum of RGB (Red+Green+Blue) = 193+103+223=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C167DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167DF is #3E9820. Grayscale: #8F8F8F. Windows color (decimal): -4102177 or 14641089. OLE color: 14641089.

HSL color Cylindrical-coordinate representation of color #C167DF: hue angle of 285º degrees, saturation: 0.65, 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 #C167DF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 103 223 -
CMYK 0.13 0.54 0 0.13
HSL 285º 0.65% 0.64% -
HSV(B) 285º 0.54% 0.87% -
XYZ 40.16 26.37 72.78 -
YUV 143.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 193 103 223 0.13 0.54 0 0.13 285 0.65 0.64
Hex C1 67 DF D 36 0 D 11D 41 40
Octal 301 147 337 15 66 0 15 435 101 100
Binary 11000001 1100111 11011111 1101 110110 0 1101 100011101 1000001 1000000

Color Harmonies of #C167DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167DF

Black with #C167DF

Text Example


Text Example

White with #C167DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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