#c472d5

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

Shades of Orchid #C472D5

Tints of Orchid #C472D5

Color information

#C472D5 (or 0xC472D5) is unknown color: approx Orchid. HEX triplet: C4, 72 and D5. RGB value is (196,114,213). Sum of RGB (Red+Green+Blue) = 196+114+213=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #C472D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472D5 is #3B8D2A. Grayscale: #959595. Windows color (decimal): -3902763 or 13988548. OLE color: 13988548.

HSL color Cylindrical-coordinate representation of color #C472D5: hue angle of 289.7º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C472D5 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196114213-
CMYK0.080.4600.16
HSL289.7º54.1%64.12%-
HSV(B)289.7º46.48%83.53%-
XYZ40.7928.5766.32-
YUV149.8163.67160.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 114 (44.92% from 255) = 21.80%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=37.48%
G=21.80%
B=40.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961142130.080.4600.16289.754.164.12
HexC472D582E0101223640
Octal304162325105602044266100
Binary1100010011100101101010110001011100100001001000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c472d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c472d5; }

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

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

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

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

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

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

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

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