#C677BD

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

Shades of Orchid #C677BD

Tints of Orchid #C677BD

Color information

#C677BD (or 0xC677BD) is unknown color: approx Orchid. HEX triplet: C6, 77 and BD. RGB value is (198,119,189). Sum of RGB (Red+Green+Blue) = 198+119+189=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BD is #398842. Grayscale: #969696. Windows color (decimal): -3770435 or 12416966. OLE color: 12416966.

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

Color convert

RGB198119189-
CMYK00.400.050.22
HSL306.84º40.93%62.16%-
HSV(B)306.84º39.9%77.65%-
XYZ39.0728.8751.66-
YUV150.6149.67161.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=39.13%
G=23.52%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811918900.400.050.22306.8440.9362.16
HexC677BD028516133293e
Octal3061672750505264635176
Binary11000110111011110111101010100010110110100110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C677BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C677BD; }

 p { color: rgb(198,119,189); }

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

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

 a { background-color: rgb(198,119,189); }

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

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

 span { border-color: rgb(198,119,189); }

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