Html Css Color HEX #C171DE Medium Orchid

📋 copy color: '#C171DE'

red 193 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #C171DE

Tints of Medium Orchid #C171DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

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

R = 36.55%
G = 21.4%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C171DE (or 0xC171DE) is known color: Medium Orchid. HEX triplet: C1, 71 and DE. RGB value is (193,113,222). Sum of RGB (Red+Green+Blue) = 193+113+222=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C171DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171DE is #3E8E21. Grayscale: #949494. Windows color (decimal): -4099618 or 14578113. OLE color: 14578113.

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

Color convert

RGB 193 113 222 -
CMYK 0.13 0.49 0 0.13
HSL 284.04º 0.62% 0.66% -
HSV(B) 284.04º 0.49% 0.87% -
XYZ 41.08 28.42 72.43 -
YUV 149.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 193 113 222 0.13 0.49 0 0.13 284.04 0.62 0.66
Hex C1 71 DE D 31 0 D 11C 3E 42
Octal 301 161 336 15 61 0 15 434 76 102
Binary 11000001 1110001 11011110 1101 110001 0 1101 100011100 111110 1000010

Color Harmonies of #C171DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171DE

Black with #C171DE

Text Example


Text Example

White with #C171DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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