Html Css Color HEX #C170E0 Medium Orchid

📋 copy color: '#C170E0'

red 193 ◦ green 112 ◦ blue 224

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

Shades of Medium Orchid #C170E0

Tints of Medium Orchid #C170E0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.17%

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

R = 36.48%
G = 21.17%
B = 42.34%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C170E0 (or 0xC170E0) is known color: Medium Orchid. HEX triplet: C1, 70 and E0. RGB value is (193,112,224). Sum of RGB (Red+Green+Blue) = 193+112+224=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C170E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170E0 is #3E8F1F. Grayscale: #949494. Windows color (decimal): -4099872 or 14708929. OLE color: 14708929.

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

Color convert

RGB 193 112 224 -
CMYK 0.14 0.50 0 0.12
HSL 283.39º 0.64% 0.66% -
HSV(B) 283.39º 0.5% 0.88% -
XYZ 41.24 28.31 73.81 -
YUV 148.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 193 112 224 0.14 0.50 0 0.12 283.39 0.64 0.66
Hex C1 70 E0 E 32 0 C 11B 40 42
Octal 301 160 340 16 62 0 14 433 100 102
Binary 11000001 1110000 11100000 1110 110010 0 1100 100011011 1000000 1000010

Color Harmonies of #C170E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170E0

Black with #C170E0

Text Example


Text Example

White with #C170E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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