#C475BF

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

Shades of Orchid #C475BF

Tints of Orchid #C475BF

Color information

#C475BF (or 0xC475BF) is unknown color: approx Orchid. HEX triplet: C4, 75 and BF. RGB value is (196,117,191). Sum of RGB (Red+Green+Blue) = 196+117+191=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C475BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475BF is #3B8A40. Grayscale: #949494. Windows color (decimal): -3902017 or 12547524. OLE color: 12547524.

HSL color Cylindrical-coordinate representation of color #C475BF: hue angle of 303.8º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475BF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196117191-
CMYK00.400.030.23
HSL303.8º40.1%61.37%-
HSV(B)303.8º40.31%76.86%-
XYZ38.5328.2252.71-
YUV149.06151.67161.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 191 (75% from 255) = 37.90%
R=38.89%
G=23.21%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611719100.400.030.23303.840.161.37
HexC475BF028317130283d
Octal3041652770503274605075
Binary1100010011101011011111101010001110111100110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475BF; }

 p { color: rgb(196,117,191); }

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

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

 a { background-color: rgb(196,117,191); }

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

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

 span { border-color: rgb(196,117,191); }

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