#C675DD

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

Shades of Orchid #C675DD

Tints of Orchid #C675DD

Color information

#C675DD (or 0xC675DD) is unknown color: approx Orchid. HEX triplet: C6, 75 and DD. RGB value is (198,117,221). Sum of RGB (Red+Green+Blue) = 198+117+221=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C675DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DD is #398A22. Grayscale: #989898. Windows color (decimal): -3770915 or 14513606. OLE color: 14513606.

HSL color Cylindrical-coordinate representation of color #C675DD: hue angle of 286.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C675DD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198117221-
CMYK0.100.4700.13
HSL286.73º60.47%66.27%-
HSV(B)286.73º47.06%86.67%-
XYZ42.729.9571.94-
YUV153.07166.34160.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=36.94%
G=21.83%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981172210.100.4700.13286.7360.4766.27
HexC675DDA2F0D11f3c42
Octal306165335125701543774102
Binary110001101110101110111011010101111011011000111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675DD; }

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

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

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

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

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

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

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

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