#C475CB

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

Shades of Orchid #C475CB

Tints of Orchid #C475CB

Color information

#C475CB (or 0xC475CB) is unknown color: approx Orchid. HEX triplet: C4, 75 and CB. RGB value is (196,117,203). Sum of RGB (Red+Green+Blue) = 196+117+203=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C475CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CB is #3B8A34. Grayscale: #969696. Windows color (decimal): -3902005 or 13333956. OLE color: 13333956.

HSL color Cylindrical-coordinate representation of color #C475CB: hue angle of 295.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C475CB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196117203-
CMYK0.030.4200.20
HSL295.12º45.26%62.75%-
HSV(B)295.12º42.36%79.61%-
XYZ39.9128.7759.95-
YUV150.43157.67160.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=37.98%
G=22.67%
B=39.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961172030.030.4200.20295.1245.2662.75
HexC475CB32A0141272d3f
Octal3041653133520244475577
Binary1100010011101011100101111101010010100100100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475CB; }

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

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

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

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

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

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

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

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