#C172CA

Color #C172CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C172CA

Tints of Orchid #C172CA

Color information

#C172CA (or 0xC172CA) is unknown color: approx Orchid. HEX triplet: C1, 72 and CA. RGB value is (193,114,202). Sum of RGB (Red+Green+Blue) = 193+114+202=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C172CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172CA is #3E8D35. Grayscale: #939393. Windows color (decimal): -4099382 or 13267649. OLE color: 13267649.

HSL color Cylindrical-coordinate representation of color #C172CA: hue angle of 293.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C172CA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193114202-
CMYK0.040.4400.21
HSL293.86º45.36%61.96%-
HSV(B)293.86º43.56%79.22%-
XYZ38.6727.6459.17-
YUV147.65158.67160.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=37.92%
G=22.40%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931142020.040.4400.21293.8645.3661.96
HexC172CA42C0151262d3e
Octal3011623124540254465576
Binary11000001111001011001010100101100010101100100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172CA; }

 p { color: rgb(193,114,202); }

 H1.HeaderClassName
 {
   color: #C172CA;
 }
 .AnyTagClassName
 {
   color: #C172CA;
 }
</style>
background-color css

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

 a { background-color: rgb(193,114,202); }

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

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

 span { border-color: rgb(193,114,202); }

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