#C472D0

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

Shades of Orchid #C472D0

Tints of Orchid #C472D0

Color information

#C472D0 (or 0xC472D0) is unknown color: approx Orchid. HEX triplet: C4, 72 and D0. RGB value is (196,114,208). Sum of RGB (Red+Green+Blue) = 196+114+208=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #C472D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472D0 is #3B8D2F. Grayscale: #949494. Windows color (decimal): -3902768 or 13660868. OLE color: 13660868.

HSL color Cylindrical-coordinate representation of color #C472D0: hue angle of 292.34º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C472D0 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196114208-
CMYK0.060.4500.18
HSL292.34º50%63.14%-
HSV(B)292.34º45.19%81.57%-
XYZ40.1728.3263.02-
YUV149.23161.17161.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=37.84%
G=22.01%
B=40.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961142080.060.4500.18292.345063.14
HexC472D062D012124323f
Octal3041623206550224446277
Binary11000100111001011010000110101101010010100100100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472D0; }

 p { color: rgb(196,114,208); }

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

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

 a { background-color: rgb(196,114,208); }

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

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

 span { border-color: rgb(196,114,208); }

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