#C375CB

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

Shades of Orchid #C375CB

Tints of Orchid #C375CB

Color information

#C375CB (or 0xC375CB) is unknown color: approx Orchid. HEX triplet: C3, 75 and CB. RGB value is (195,117,203). Sum of RGB (Red+Green+Blue) = 195+117+203=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C375CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375CB is #3C8A34. Grayscale: #959595. Windows color (decimal): -3967541 or 13333955. OLE color: 13333955.

HSL color Cylindrical-coordinate representation of color #C375CB: hue angle of 294.42º 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 #C375CB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195117203-
CMYK0.040.4200.20
HSL294.42º45.26%62.75%-
HSV(B)294.42º42.36%79.61%-
XYZ39.6528.6459.94-
YUV150.13157.84160.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=37.86%
G=22.72%
B=39.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951172030.040.4200.20294.4245.2662.75
HexC375CB42A0141262d3f
Octal3031653134520244465577
Binary11000011111010111001011100101010010100100100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375CB; }

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

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

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

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

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

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

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

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