#C675D5

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

Shades of Orchid #C675D5

Tints of Orchid #C675D5

Color information

#C675D5 (or 0xC675D5) is unknown color: approx Orchid. HEX triplet: C6, 75 and D5. RGB value is (198,117,213). Sum of RGB (Red+Green+Blue) = 198+117+213=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #C675D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675D5 is #398A2A. Grayscale: #979797. Windows color (decimal): -3770923 or 13989318. OLE color: 13989318.

HSL color Cylindrical-coordinate representation of color #C675D5: hue angle of 290.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C675D5 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198117213-
CMYK0.070.4500.16
HSL290.62º53.33%64.71%-
HSV(B)290.62º45.07%83.53%-
XYZ41.6629.5366.46-
YUV152.16162.34160.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=37.5%
G=22.16%
B=40.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981172130.070.4500.16290.6253.3364.71
HexC675D572D0101233541
Octal30616532575502044365101
Binary110001101110101110101011111011010100001001000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675D5; }

 p { color: rgb(198,117,213); }

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

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

 a { background-color: rgb(198,117,213); }

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

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

 span { border-color: rgb(198,117,213); }

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