#C671CB

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

Shades of Orchid #C671CB

Tints of Orchid #C671CB

Color information

#C671CB (or 0xC671CB) is unknown color: approx Orchid. HEX triplet: C6, 71 and CB. RGB value is (198,113,203). Sum of RGB (Red+Green+Blue) = 198+113+203=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C671CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CB is #398E34. Grayscale: #949494. Windows color (decimal): -3771957 or 13332934. OLE color: 13332934.

HSL color Cylindrical-coordinate representation of color #C671CB: hue angle of 296.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C671CB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198113203-
CMYK0.020.4400.20
HSL296.67º46.39%61.96%-
HSV(B)296.67º44.33%79.61%-
XYZ39.9728.1359.82-
YUV148.68158.66163.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=38.52%
G=21.98%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981132030.020.4400.20296.6746.3961.96
HexC671CB22C0141292e3e
Octal3061613132540244515676
Binary1100011011100011100101110101100010100100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C671CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C671CB; }

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

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

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

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

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

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

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

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