#C675DA

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

Shades of Orchid #C675DA

Tints of Orchid #C675DA

Color information

#C675DA (or 0xC675DA) is unknown color: approx Orchid. HEX triplet: C6, 75 and DA. RGB value is (198,117,218). Sum of RGB (Red+Green+Blue) = 198+117+218=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C675DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DA is #398A25. Grayscale: #989898. Windows color (decimal): -3770918 or 14316998. OLE color: 14316998.

HSL color Cylindrical-coordinate representation of color #C675DA: hue angle of 288.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C675DA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198117218-
CMYK0.090.4600.15
HSL288.12º57.71%65.69%-
HSV(B)288.12º46.33%85.49%-
XYZ42.329.7969.85-
YUV152.73164.84160.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=37.15%
G=21.95%
B=40.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981172180.090.4600.15288.1257.7165.69
HexC675DA92E0F1203a42
Octal306165332115601744072102
Binary110001101110101110110101001101110011111001000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675DA; }

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

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

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

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

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

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

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

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