#c67cbb

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

Shades of Orchid #C67CBB

Tints of Orchid #C67CBB

Color information

#C67CBB (or 0xC67CBB) is unknown color: approx Orchid. HEX triplet: C6, 7C and BB. RGB value is (198,124,187). Sum of RGB (Red+Green+Blue) = 198+124+187=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CBB is #398344. Grayscale: #999999. Windows color (decimal): -3769157 or 12287174. OLE color: 12287174.

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

Color convert

RGB198124187-
CMYK00.370.060.22
HSL308.92º39.36%63.14%-
HSV(B)308.92º37.37%77.65%-
XYZ39.4730.0150.73-
YUV153.31147.02159.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=38.90%
G=24.36%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812418700.370.060.22308.9239.3663.14
HexC67CBB025616135273f
Octal3061742730456264654777
Binary11000110111110010111011010010111010110100110101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c67cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c67cbb; }

 p { color: rgb(198,124,187); }

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

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

 a { background-color: rgb(198,124,187); }

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

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

 span { border-color: rgb(198,124,187); }

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