#C675D3

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

Shades of Orchid #C675D3

Tints of Orchid #C675D3

Color information

#C675D3 (or 0xC675D3) is unknown color: approx Orchid. HEX triplet: C6, 75 and D3. RGB value is (198,117,211). Sum of RGB (Red+Green+Blue) = 198+117+211=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #C675D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675D3 is #398A2C. Grayscale: #979797. Windows color (decimal): -3770925 or 13858246. OLE color: 13858246.

HSL color Cylindrical-coordinate representation of color #C675D3: hue angle of 291.7º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C675D3 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198117211-
CMYK0.060.4500.17
HSL291.7º51.65%64.31%-
HSV(B)291.7º44.55%82.75%-
XYZ41.4129.4365.13-
YUV151.94161.34160.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 117 (46.09% from 255) = 22.24%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=37.64%
G=22.24%
B=40.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981172110.060.4500.17291.751.6564.31
HexC675D362D0111243440
Octal30616532365502144464100
Binary110001101110101110100111101011010100011001001001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675D3; }

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

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

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

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

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

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

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

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