#C679BC

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

Shades of Orchid #C679BC

Tints of Orchid #C679BC

Color information

#C679BC (or 0xC679BC) is unknown color: approx Orchid. HEX triplet: C6, 79 and BC. RGB value is (198,121,188). Sum of RGB (Red+Green+Blue) = 198+121+188=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BC is #398643. Grayscale: #979797. Windows color (decimal): -3769924 or 12351942. OLE color: 12351942.

HSL color Cylindrical-coordinate representation of color #C679BC: hue angle of 307.79º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679BC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198121188-
CMYK00.390.050.22
HSL307.79º40.31%62.55%-
HSV(B)307.79º38.89%77.65%-
XYZ39.229.3151.17-
YUV151.66148.51161.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=39.05%
G=23.87%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812118800.390.050.22307.7940.3162.55
HexC679BC027516134283f
Octal3061712740475264645077
Binary11000110111100110111100010011110110110100110100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679BC; }

 p { color: rgb(198,121,188); }

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

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

 a { background-color: rgb(198,121,188); }

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

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

 span { border-color: rgb(198,121,188); }

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