#C671CE

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

Shades of Orchid #C671CE

Tints of Orchid #C671CE

Color information

#C671CE (or 0xC671CE) is unknown color: approx Orchid. HEX triplet: C6, 71 and CE. RGB value is (198,113,206). Sum of RGB (Red+Green+Blue) = 198+113+206=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C671CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CE is #398E31. Grayscale: #949494. Windows color (decimal): -3771954 or 13529542. OLE color: 13529542.

HSL color Cylindrical-coordinate representation of color #C671CE: hue angle of 294.84º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C671CE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198113206-
CMYK0.040.4500.19
HSL294.84º48.69%62.55%-
HSV(B)294.84º45.15%80.78%-
XYZ40.3328.2761.72-
YUV149.02160.16162.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=38.30%
G=21.86%
B=39.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981132060.040.4500.19294.8448.6962.55
HexC671CE42D013127313f
Octal3061613164550234476177
Binary11000110111000111001110100101101010011100100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C671CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C671CE; }

 p { color: rgb(198,113,206); }

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

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

 a { background-color: rgb(198,113,206); }

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

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

 span { border-color: rgb(198,113,206); }

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