#C675DB

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

Shades of Orchid #C675DB

Tints of Orchid #C675DB

Color information

#C675DB (or 0xC675DB) is unknown color: approx Orchid. HEX triplet: C6, 75 and DB. RGB value is (198,117,219). Sum of RGB (Red+Green+Blue) = 198+117+219=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C675DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DB is #398A24. Grayscale: #989898. Windows color (decimal): -3770917 or 14382534. OLE color: 14382534.

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

Color convert

RGB198117219-
CMYK0.100.4700.14
HSL287.65º58.62%65.88%-
HSV(B)287.65º46.58%85.88%-
XYZ42.4429.8470.54-
YUV152.85165.34160.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=37.08%
G=21.91%
B=41.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981172190.100.4700.14287.6558.6265.88
HexC675DBA2F0E1203b42
Octal306165333125701644073102
Binary110001101110101110110111010101111011101001000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675DB; }

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

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

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

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

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

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

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

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