Html Css Color HEX #C167DD Medium Orchid

📋 copy color: '#C167DD'

red 193 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #C167DD

Tints of Medium Orchid #C167DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 37.33%
G = 19.92%
B = 42.75%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C167DD (or 0xC167DD) is known color: Medium Orchid. HEX triplet: C1, 67 and DD. RGB value is (193,103,221). Sum of RGB (Red+Green+Blue) = 193+103+221=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C167DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167DD is #3E9822. Grayscale: #8E8E8E. Windows color (decimal): -4102179 or 14510017. OLE color: 14510017.

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

Color convert

RGB 193 103 221 -
CMYK 0.13 0.53 0 0.13
HSL 285.76º 0.63% 0.64% -
HSV(B) 285.76º 0.53% 0.87% -
XYZ 39.89 26.26 71.37 -
YUV 143.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 193 103 221 0.13 0.53 0 0.13 285.76 0.63 0.64
Hex C1 67 DD D 35 0 D 11E 3F 40
Octal 301 147 335 15 65 0 15 436 77 100
Binary 11000001 1100111 11011101 1101 110101 0 1101 100011110 111111 1000000

Color Harmonies of #C167DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167DD

Black with #C167DD

Text Example


Text Example

White with #C167DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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