#C375CD

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

Shades of Orchid #C375CD

Tints of Orchid #C375CD

Color information

#C375CD (or 0xC375CD) is unknown color: approx Orchid. HEX triplet: C3, 75 and CD. RGB value is (195,117,205). Sum of RGB (Red+Green+Blue) = 195+117+205=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C375CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375CD is #3C8A32. Grayscale: #969696. Windows color (decimal): -3967539 or 13465027. OLE color: 13465027.

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

Color convert

RGB195117205-
CMYK0.050.4300.20
HSL293.18º46.81%63.14%-
HSV(B)293.18º42.93%80.39%-
XYZ39.8928.7361.2-
YUV150.35158.84159.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=37.72%
G=22.63%
B=39.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951172050.050.4300.20293.1846.8163.14
HexC375CD52B0141252f3f
Octal3031653155530244455777
Binary11000011111010111001101101101011010100100100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375CD; }

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

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

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

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

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

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

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

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