#C67CBC

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

Shades of Orchid #C67CBC

Tints of Orchid #C67CBC

Color information

#C67CBC (or 0xC67CBC) is unknown color: approx Orchid. HEX triplet: C6, 7C and BC. RGB value is (198,124,188). Sum of RGB (Red+Green+Blue) = 198+124+188=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CBC is #398343. Grayscale: #999999. Windows color (decimal): -3769156 or 12352710. OLE color: 12352710.

HSL color Cylindrical-coordinate representation of color #C67CBC: hue angle of 308.11º 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 #C67CBC is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198124188-
CMYK00.370.050.22
HSL308.11º39.36%63.14%-
HSV(B)308.11º37.37%77.65%-
XYZ39.5730.0551.29-
YUV153.42147.52159.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=38.82%
G=24.31%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812418800.370.050.22308.1139.3663.14
HexC67CBC025516134273f
Octal3061742740455264644777
Binary11000110111110010111100010010110110110100110100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CBC; }

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

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

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

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

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

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

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

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